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>