<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>网页标题</title> <meta name="keywords" content="关键字列表" /> <meta name="description" content="网页描述" /> <link rel="stylesheet" type="text/css" href="" /> <style type="text/css"> .head{ height:60px;background-color:red; } .main{ background-color:#66ff00; border:solid 5px pink; /* overflow:hidden;*/ } .left{ background-color: #333300; margin-left:15px; width:150px; float:left; } .right{ background-color: #000099; margin-right:15px; height:25px; width:150px; border:dashed 3px orange; float:right; } .foot{ height:50px;background-color:#000000; } </style> <script type="text/javascript"></script> </head> <body> <div class="head"></div> <div class="main"> <div class="left" style="height:100px;"></div> <div class="right"></div> <div style="clear:both;"><div> </div> <div class="foot"></div> </body> </html>
php基础练习
最新推荐文章于 2023-10-20 15:03:04 发布