Ecrire le code qui permet de réaliser la page suivante:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style.css" /> <title>web design</title> </head> <body> <div id="container"> <div id="header"> <h1>Exercices<span class="off">gratuit</span></h1> <h2>Exercices Exercices</h2> </div> <div id="menu"> <ul> <li class="menuitem"><a href="#">Home</a></li> <li class="menuitem"><a href="#">About</a></li> <li class="menuitem"><a href="#">Products</a></li> <li class="menuitem"><a href="#">Services</a></li> <li class="menuitem"><a href="#">Design</a></li> <li class="menuitem"><a href="#">Contact</a></li> </ul> </div> <div id="leftmenu"> <div id="leftmenu_top"></div> <div id="leftmenu_main"> <h3>Links</h3> <ul> <li><a href="#">SEO</a></li> <li><a href="#">PHP</a></li> <li><a href="#">Ajax</a></li> <li><a href="#">jQuery</a></li> <li><a href="#">Web design</a></li> <li><a href="#">Web Programming</a></li> <li><a href="#">Content Creation</a></li> <li><a href="#">Internet Marketing</a></li> <li><a href="#">XHTML Templates</a></li> </ul> </div> <div id="leftmenu_bottom"></div> </div> <div id="content"> <div id="content_top"></div> <div id="content_main"> <h2>You may use this template in any manner you like. All I ask is that you leave the link back to my site at the bottom of the page. </h2> <p></p> <p></p> <h3>Template Notes</h3> <p></p> </div> <div id="content_bottom"></div> <div id="footer"><h3><a href="#">florida web design</a> | <a href="#">web tutorials</a> | <a href="#">html codes</a> | <a href="#">free templates</a></h3></div> </div> </div> </body> </html> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
body { margin: 0; padding: 0; text-align: left; font: 12px Arial, Helvetica, sans-serif; font-size: 13px; color: #061C37; background: #FACFCF; background-image:url(images/background.png); background-repeat:repeat-x; } * { margin: 0 auto 0 auto; text-align:left;} #container { display: block; height:auto; position: relative; width: 960px; } #header { height:85px; width:960px; } #header h1 { position:absolute; text-align:left; color:#FFFFFF; font-size:43px; color:#FFF; left:14px; top:18px; } #header h2 { position:absolute; text-align:right; color:#FFD5D5; left:490px; top:38px; width:400px; } #mainpic { background-image:url(images/main.jpg); background-repeat:no-repeat; width:900px; height:354px; } .off { color:#300; } #menu { display:block; float:left; clear:both; width:960px; height:54px; float:left; clear:both; } #leftmenu { margin-top:15px; width:204px; float:left; } #leftmenu_top { width:204px; height:13px; background-image:url(images/leftmenu_top.png); } #leftmenu_bottom { width:204px; height:13px; background-image:url(images/leftmenu_bottom.png); } #leftmenu_main { width:204px; height:auto; background-color:#420000; } #leftmenu_main ul { list-style: none; padding: 0px; width:204px; } #leftmenu_main h3 { list-style: none; padding: 0px; width:204px; color:#FFFFFF; padding-left:10px; padding-bottom:14px; } #leftmenu_main ul li { list-style: none; padding: 0px; width:204px; text-align:left; } #leftmenu_main ul li a, #leftmenu_main ul li a:visited { display:block; list-style: none; padding: 0px; width:192px; padding-left:12px; padding-top:4px; height:30px; text-align:left; background-image:url(images/leftmenu_link.png); background-repeat:repeat-x; margin-top:5px; color:#FFFFFF; text-decoration:none; font-size:15px; font-weight:bold; } #leftmenu_main ul li a:hover { color:#EED7D7; } #content { display:block; float:left; width:689px; height:auto; padding-left:10px; padding-top:15px; padding-right:10px; padding-bottom:5px; } #content_top { background-image:url(images/main_top.png); background-repeat:no-repeat; width:689px; height:23px; } #content_main { background-image:url(images/main_back.png); background-repeat:repeat-y; width:659px; padding-left:15px; padding-right:15px; } #content_bottom { background-image:url(images/main_bottom.png); background-repeat:no-repeat; width:689px; height:23px; } #footer { width:inherit; height:auto; } #footer h3 a,#footer h3 a:visited { display:inline; text-align:center; font-size:12px; text-decoration:none; color:#FFF; } #menu ul { list-style: none; padding: 0px; margin-left:auto; width:960px; } #menu li { list-style: none; padding: 0px; display: inline; } #menu a { float: left; height: 36px; display: block; text-align: center; text-decoration: none; color: #ffffff; font-weight: bold; padding-top: 18px; font-size: 15px; padding-left:13px; padding-right:13px; } #menu a:hover{ background-image:url(images/link_background.png); background-repeat:repeat-x; } #content p { } html, body { text-align: center; } p {text-align: left;} |