<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link type="text/css" href="css/left.css" rel="stylesheet" />
<link type="text/css" href="css/home.css" rel="stylesheet" />
<style>
.t_a{background:#00FFFF
; font-size:12px; width:100%;}
.t_a th{background:#f7f7f7; padding:6px;}
.t_a td{background:#fff; padding:6px;}
.tac{text-align:center;}
#header{color:#FF3300;}
</style>
</head>
<body>
<div id="header">
<h1>john</h1>
</div>
<div id="options">
<table class="t_a" border="0" cellSpacing="1" cellPadding="0">
<thead>
<tr>
<th width="20%
">john</th>
<th width="20%
">john</th>
<th width="60%
">john</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tac">john</td>
<td class="tac">john</td>
<td>john</td>
</tr>
<tr>
<td class="tac">john</td>
<td class="tac">john</td>
<td>john</td>
</tr>
<tr>
<td class="tac">john</td>
<td class="tac">john</td>
<td>john</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
table border problem
最新推荐文章于 2021-06-28 09:52:02 发布
该博客介绍了一个简单的HTML页面布局,包括头部、选项区域等,并使用了内联样式来定义页面元素的外观。页面中大量重复使用了john这个词汇,可能是为了展示如何在不同位置设置文本。
1175

被折叠的 条评论
为什么被折叠?



