<html> <head> <style type="text/css"> div.container { width:100%; margin:0px; border:1px solid gray; line-height:150%; } div.header,div.footer { padding:0.5em; color:white; background-color:gray; clear:left; } h1.header { padding:0; margin:0; } div.left { float:left; width:160px; margin:0; padding:1em; } div.content { margin-left:190px; border-left:1px solid gray; padding:1em; } </style> </head> <body> <div class="container"> <div class="header"><h1 class="header">Www.gaodaima.com</h1></div> <div class="left"><p>"Never increase, beyond what is necessary, the number of entities required to explain anything." William of Ockham (1285-1349)</p></div> <div class="content"> <h2>Free Web Building Tutorials</h2> <p>At www.gaodaima.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.</p> <p>www.gaodaima.com - A website dedicated to the sharing of relevant technical articles in computer software code</p></div> <div class="footer">Copyright 2017 by gaodaima.</div> </div> </body> </html>
本文案例为大家展示了《如何创建无表格的首页》的代码,若要看代码效果请大家点击“运行代码”按钮。
[code]<html> <head> <style type=”text/css”> div.container { width:100%; margin:0px; border:1px solid gray; line-height:150%; } div.header,div.footer { padding:0.5em; color:white; background-color:gray; clear:left; } h1.header { padding:0; margin:0; } div.left { float:left; width:160px; margin:0; padding:1em; } div.content { margin-left:190px; border-left:1px solid gray; padding:1em; } </style> </head> <body> <div class=”container”> <div class=”header”><h1 class=”header”>Www.gaodaima.com</h1></div> <div class=”left”><p>”Never increase, beyond what is necessary, the number of entities required to explain anything.” William of Ockham (1285-1349)</p></div> <div class=”content”> <h2>Free Web Building Tutorials</h2> <p>At http://www.gaodaima.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.</p> <p>www.gaodaima.com – A website dedicated to the sharing of relevant technical articles in computer software code</p></div> <div class=”footer”>Copyright 2017 by gaodaima.</div> </div> </body> </html>[/code]