本文实例为大家解析了html5 div布局与table布局,供大家参考,具体内容如下
div布局:html+css实现简单布局。
#container中height不能写成百分数,必须为具体高度。
<!doctype html> <html> <h关于国庆节的诗歌ead lang="en"> <meta chart="utf-8"> <title>div布局</ti南京大专院校排名tle> <style type="text/css"> body{ margin:0; padding:0; } #container{ width:100%; height:650px; background-color: aqua; } #heading{ width:100%; height:10%; background-color: azure; 湖南民族 } #content-menu{ width:30%; height:80%; background-color: chartreu; float:left; } #content-body{ width:70%; height:80%; background-color: chocolate; float:left; } #footer{ width:100%; height:10%; background-color: darkgrey; clear: both; } </style> </head> <body> <div id="container"> <div id="heading">头部</div> <div id="content-menu">内容菜单</div> <div id="content-body">内容主体</div> <div id="footer">底部</div> </div> </body> </html>
效果图:
table布局:
<!doctype html> <html> <head lang="en"> <meta chart="utf-8"> <title>table布局</title> </head> <body marginwidth="0px" marginheight="0px"> <table width="100%" height="650px" style="background-color: aqua"> <tr> <td colspan="3" width="100%" height="10%" style="background-color: chartreu">这是头部</td> </tr> <tr> <td width="20%" height="80%" style="background-color: antiquewhite">左菜单</td> <td width="60%" height="80%" style="background-color: coral">好看的文字;内容</td> <td width="20%" height="80%" style="background-color: cornflowerblue">右菜单</td> </tr> <tr> <td colspan="3" width="100%" height="10%" style="background-color: crimson">这是底部</td> </tr> </table> </body> </html>
效果图:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大国际空间站为什么没有中国家多多支持www.887551.com。
本文发布于:2023-04-03 04:27:51,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/dd776888e755fd83e14dc9d4b7d3fccc.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:html5 div布局与table布局详解.doc
本文 PDF 下载地址:html5 div布局与table布局详解.pdf
留言与评论(共有 0 条评论) |