码迷,mamicode.com
首页 > 其他好文 > 详细

表格实现导航

时间:2015-06-08 06:12:53      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

一、表格导航的实现

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>

  

表格实现导航

标签:

原文地址:http://www.cnblogs.com/boyblog/p/4560024.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!