HTML表格标题

caption 元素允许您定义一个标题并将其与table元素相关联。

align 属性已过时。

例子

以下代码显示了正在使用的caption元素。

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
  <table>
    <caption>Results of the Survey</caption>
    <tbody>
      <tr>
        <th>Favorite:</th>
        <td>500</td>
      </tr>
    </tbody>
  </table>
</body>
</html>
点击查看实例

表只能包含一个 caption 元素,但不一定是表中包含的第一个元素。

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号