您好,欢迎访问一九零五行业门户网

HTML使用表格写首页

本篇文章主要介绍如何利用表格写网站首页,简单的使用table标签与其子标签实现图片汉字的插入,在此也可以使用嵌套的方式完成。感兴趣的小伙伴参考下。
代码展示
<!doctype html> <html> <head> <meta charset="utf-8"> <title>html表格练习之大学首页信息</title> </head> <body> <table border="0" width="100%" height="100%"> <tr> <td colspan="2"><img src="img/4.jpg.png"></td> </tr> <tr> <td align="center" height="60px" bgcolor="royalblue" width="100%" ><a href="#"><font face="宋体" color="white" size="4">网站首页 &nbsp;&nbsp;学校概况&nbsp; &nbsp;教学单位 &nbsp;&nbsp;机构设置&nbsp; &nbsp;人才培养 &nbsp;&nbsp;学术研究&nbsp; &nbsp;招生就业 &nbsp;&nbsp;合作交流&nbsp; &nbsp;校园生活</font></a></td> </tr> <tr> <td><img alt="校园会议" src="img/2.jpg"></td> </tr> <tr> <td align="center"><img src="img/5.jpg"></td> </tr> <tr> <td align="center"><img src="img/3.jpg"></td> </tr> <tr> <td><img src="img/6.jpg"/></td> </tr> </table> </body> </html>
相关推荐:
angular操作table表格使其排序
在element-ui中table表格怎样滚动加载
怎样用jquer实现table表格行列互换
table表格里怎样增加省略号功能
以上就是html使用表格写首页的详细内容。
其它类似信息

推荐信息