实例首页
自学教程
IT工具箱
源代码
下载代码
上下布局
点击运行 >
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>html td abbr 实例 - 自学教程(runoops.com)</title> </head> <body> <table border="1"> <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> </table> <p><b>注意:</b> HTML5 不支持 abbr 属性。</p> </body> </html>
运行结果: