菜鸟学堂
在线运行
源代码
<html> <body> <table border="1"> <tr> <th style="background-color:#FF0000">Month</th> <th style="background-color:#00FF00">Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net