简单教程
提交运行
代码编辑器:
<table border="1"> <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> </table> <p><b>注意:</b> HTML5 不支持 abbr 属性。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: