<html>
<head>
<style type="text/css">
caption
{
caption-side:bottom
}
</style>
</head>
<body>
<table border="1">
<caption>This is a caption</caption>
<tr>
<td>Adams</td>
<td>John</td>
</tr>
<tr>
<td>Bush</td>
<td>George</td>
</tr>
</table>
</body>
</html>
| Adams | John |
| Bush | George |
本文通过一个简单的HTML表格实例展示了如何使用CSS对表格进行样式设置。具体包括如何将表格标题放置于表格底部而非默认的顶部。
116

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



