源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.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>
运行结果:
Fmpq工具