HTML中的表格制作

2026-05-31

1、首先新建一个html,点击<body></body>中间,先填入表格内容; 2、内容根据需求来写即可,示例代码如下: <table> <p >功课表</p> <tr> <th>语文</th> <td>7:00-7:40</td> <td>7:50-8:30</td> </tr> <tr> <th>数学&lt...

阅读更多