标签:
一、表格导航的实现
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