HTML中的锚点设置和table格式

锚点设置:

<a href="#1">锚点</a>

<a name="1"></a>

table表格格式:

<table  width="100"  height="100"   border="1">表格的宽高边框

  <tr>行

    <td>单元格</td>

  </tr>

</table>

posted @ 2015-11-05 15:09  子焱  阅读(712)  评论(0)    收藏  举报