菜鸟教程 tryhtml_td_abbr 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <table border="1">
  <tbody><tr>
    <th>Toy manufacturer</th>
    <th>Model</th>
  </tr>
  <tr>
    <td>Bruder Toys</td>
    <td abbr="vehicle">8970 Cross Country Vehicle</td>
  </tr>
  <tr>
    <td>Bruder Toys</td>
    <td abbr="lorry">0567 DHL Lorry</td>
  </tr>
</tbody></table>

<p><b>Note:</b> The abbr attribute is not supported in HTML5.</p>