DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> 實例解析:使用DIV CSS網頁布局實現Google首頁(3)
實例解析:使用DIV CSS網頁布局實現Google首頁(3)
編輯:CSS詳解     

第三部分、DIV CSS網頁布局之完整代碼

如下:

  1. "http://www.w3.org/TR/xhtml1/DTD/xHtml1-strict.dtd">
  2. <HtmlXMLnsHtmlXMLns="http://www.w3.org/1999/xHtml">
  3. <head>
  4. <metahttp-equivmetahttp-equiv="Content-Type"content="text/Html;charset=UTF-8"/>
  5. <title>Googletitle>
  6. <styletypestyletype="text/CSS">
  7. body{
  8. background:#FFF;
  9. color:#000;
  10. font-family:Arial,sans-serif;
  11. font-size:13px;
  12. text-align:center;
  13. margin-top:3px;
  14. }
  15. a:link{
  16. color:#00C;
  17. }
  18. a:visited{
  19. color:#551a8b;
  20. }
  21. #login{
  22. text-align:right;
  23. }
  24. #stype{
  25. margin-bottom:4px;
  26. }
  27. #stypespan{
  28. padding:06px;
  29. }
  30. #search{
  31. margin:0auto;
  32. width:400px;
  33. position:relative;
  34. }
  35. #more{
  36. width:4em;
  37. position:absolute;
  38. top:0;
  39. right:-4.5em;
  40. }
  41. #ft{
  42. margin:54pxauto16px;
  43. }
  44. style>
  45. head>
  46. <body>
  47. <divstyledivstyle="text-align:right"><ahrefahref="ig">個性化主頁a>|<ahrefahref="MyAccount">
  48. 我的帳戶a>|<ahrefahref="logout">退出a>div>
  49. <divstyledivstyle="margin:4pxauto19px;">
  50. <imgsrcimgsrc="/School/UploadFiles_7810/201202/20120226182941929.gif"alt="Google"/>div>
  51. <dividdivid="stype"><span><strong>網頁strong>span><span><ahrefahref="pic">圖片a>
  52. span><span><ahrefahref="info">資訊a>span><span><ahrefahref="group">論壇a>span><span>
  53. <ahrefahref="more"><strong>更多»strong>a>span>div>
  54. <formidformid="search"action=""method="post">
  55. <div><inputtypeinputtype="text"size="55"title="Google搜索"/>div>
  56. <div><buttontypebuttontype="submit">Google搜索button><button>手氣不錯button>div>
  57. <divstyledivstyle="margin-top:6px;"><label><inputtypeinputtype="radio"name="t"checked="checked"/>
  58. 搜索所有網頁label><label><inputtypeinputtype="radio"name="t"/>中文網頁label><label>
  59. <inputtypeinputtype="radio"name="t"/>簡體中文網頁label>div>
  60. <dividdivid="more"><ahrefahref="advanced_search">高級搜索a>
  61. <ahrefahref="pref">使用偏好a><ahrefahref="lang">語言工具a>div>
  62. form>
  63. <dividdivid="ft"><ahrefahref="ad">廣告計劃a>-<ahrefahref="all">
  64. Google大全a>-<ahrefahref="en">Google.cominEnglisha>div>
  65. <div>©2007Googlediv>
  66. body>
  67. Html>

【編輯推薦】

  1. DIV CSS實例教程要點總結
  2. 解析DIV布局之四大屬性用法
  3. Html中DIV和Span的區別揭秘
  4. 使用Div CSS構架的三大好處
  5. Div CSS實例教程:頁面制作方法全程指導


【責任編輯:程華權 TEL:(010)68476606】
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved