图像映射
基本用法:<img src="图片路径"usemap="#映射名称">
<map name="映射名称"id="映射名称">
<area shap="circle" coords="坐标"
</map>
表格的基本语法
<table>
<tr><td></td><td></td></tr>
<tr><td></td></tr>
</table>
说明:tr表示一行<td>
入门表格:
案例:
代码:
案例:
<table border="边框宽度" cellspacing="空隙大小"
cellpadding="填充大小" bordercolor="#xx">
</table>==
标签:表格,tr,案例,xx,html,cellpadding From: https://www.cnblogs.com/wwwv587/p/17891292.html