大学生之家,大学生资讯发布平台
大学生之家

<caption>标签

    发布时间:2026-05-03    阅读:
    来源:大学生之家
HTML <caption> 标签
<caption> 标签表示 HTML 表格的标题,对表格的简单描述。

<table border="1">
  <caption>Monthly savings</caption>
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
  <tr>
    <td>February</td>
    <td>$50</td>
  </tr>
</table>
计算机学习推荐
  • 扫一扫 分享悦读 ➤
  • 扫码可以分享到微信 qq朋友圈
计算机学习热点