第三部分、DIV CSS网页布局之完整代码
如下:
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <htmlxmlnshtmlxmlns="http://www.w3.org/1999/xhtml">
- <head>
- <metahttp-equivmetahttp-equiv="Content-Type"content="text/html;charset=UTF-8"/>
- <title>Googletitle>
- <styletypestyletype="text/css">
- body{
- background:#FFF;
- color:#000;
- font-family:Arial,sans-serif;
- font-size:13px;
- text-align:center;
- margin-top:3px;
- }
- a:link{
- color:#00C;
- }
- a:visited{
- color:#551a8b;
- }
- #login{
- text-align:right;
- }
- #stype{
- margin-bottom:4px;
- }
- #stypespan{
- padding:06px;
- }
- #search{
- margin:0auto;
- width:400px;
- position:relative;
- }
- #more{
- width:4em;
- position:absolute;
- top:0;
- right:-4.5em;
- }
- #ft{
- margin:54pxauto16px;
- }
- style>
- head>
- <body>
- <divstyledivstyle="text-align:right"><ahrefahref="ig">个性化主页a>|<ahrefahref="MyAccount">
- 我的帐户a>|<ahrefahref="logout">退出a>div>
- <divstyledivstyle="margin:4pxauto19px;">
- <imgsrcimgsrc="http://www.google.com/intl/zh-CN_ALL/images/logo.gif"alt="Google"/>div>
- <dividdivid="stype"><span><strong>网页strong>span><span><ahrefahref="pic">图片a>
- span><span><ahrefahref="info">资讯a>span><span><ahrefahref="group">论坛a>span><span>
- <ahrefahref="more"><strong>更多»strong>a>span>div>
- <formidformid="search"action=""method="post">
- <div><inputtypeinputtype="text"size="55"title="Google搜索"/>div>
- <div><buttontypebuttontype="submit">Google搜索button><button>手气不错button>div>
- <divstyledivstyle="margin-top:6px;"><label><inputtypeinputtype="radio"name="t"checked="checked"/>
- 搜索所有网页label><label><inputtypeinputtype="radio"name="t"/>中文网页label><label>
- <inputtypeinputtype="radio"name="t"/>简体中文网页label>div>
- <dividdivid="more"><ahrefahref="advanced_search">高级搜索a>
- <ahrefahref="pref">使用偏好a><ahrefahref="lang">语言工具a>div>
- form>
- <dividdivid="ft"><ahrefahref="ad">广告计划a>-<ahrefahref="all">
- Google大全a>-<ahrefahref="en">Google.cominEnglisha>div>
- <div>©2007Googlediv>
- body>
- html>



