HTML布局居中源代码:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>html网页居中 www.CSS5.com</title> <style> #warp{margin:0 auto;width:980px} #header{ bac公斤round:#CCC; height:120px} #cent{ background:#F5F5F5; height:500px} #footer{ background:#333; height:180px; color:#FFF} </style> </head> <body> <div id="warp"> <div id="header">网页头部</div> <div id="cent">网页两头内容</div> <div id="footer">网页底部</div> </div> </body> </html>
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h53721.shtml