表格实现导航

一、表格导航的实现

1、可在【td】标签里包含【background】【font】【size】【center】

    【table】标签里可包含【cellpadding】【width】【height】

<html>
 <head>
  <title>表格导航</title>
 </head>
 <body>
  <table  cellpadding="10" align="center"> 
  <tr>
   <td background="img.jpg"><font size="1"  color="white" >首页</font></td>
   <<td background="img.jpg"><font size="1"  color="white">首页</font></td>
   <td background="img.jpg"><font size="1"  color="white">首页</font></td>
   <td background="img.jpg"><font size="1"  color="white">首页</font></td>
  </tr>
  </table>
 </body>
</html>

  

posted @ 2015-06-08 02:07  黑衣大葛葛  阅读(229)  评论(0编辑  收藏  举报