tryhtml_th_abbr 在线代码实例
<table border="1">
<tbody><tr>
<th abbr="Make">Toy manufacturer</th>
<th abbr="Model">Vehicle model</th>
</tr>
<tr>
<td>Bruder Toys</td>
<td>Cross Country Vehicle</td>
</tr>
<tr>
<td>Bruder Toys</td>
<td>DHL Lorry</td>
</tr>
</tbody></table>
<p><b>Note:</b> The abbr attribute is not supported in HTML5.</p>