源代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body> <table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td height="100" width="70%">January</td> <td height="100" width="30%">$100</td> </tr> <tr> <td>February</td> <td>$80</td> </tr> </table> <p>在 HTML 4中 height 属性已废弃,HTML5 已不支持该属性,可以使用 CSS 代替。</p> </body> </html>
运行结果:
Fmpq工具