Advertisement

HTML用于创建嵌套式表格布局的网页

阅读量:

运用基础的布局方式,尽管在面对其他需求时需要进行大量调整,但这种方法最为直观且易于操作。一旦掌握了HTML表格的相关知识,此类操作便会变得得心应手。

复制代码
 <html>

    
 <head>
    
 	<title>嵌套表格布局页面</title>
    
 </head>
    
 <body>
    
 <table width="600" height="400" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999">
    
 	<tr>
    
 		<td height="100">
    
 		<table width="100%" height="100%" border="0" cellspacing="2">
    
 			<tr>
    
 				<td width="112" align="center" bgcolor="#CCCCCC">企业标志</td>
    
 				<td align="center">企业宣传动画</td>
    
 				<td width="120">
    
 					<table width="100%" height="100" border="0">
    

全部评论 (0)

还没有任何评论哟~