摘要: 1.基本结构 <table> <tr> <th></th> <th></th> </tr> <tr> <td></td> <td></td> </tr> </table> 2.行标题和列标题 <table> <tr> <th></th> <th scope="col">Saturday</th> < 阅读全文
posted @ 2024-09-26 14:49 zhongta 阅读(20) 评论(0) 推荐(0)
摘要: <img src="images/quokka.jpg" alt="A family of quokka" title="The some"> alt图像无法显示时的描述 title鼠标停留在图像上时的显示。 width:图像的宽度(过时) height图像的高度(过时) 2.图像分类jpg gif 阅读全文
posted @ 2024-09-26 13:31 zhongta 阅读(14) 评论(0) 推荐(0)