<head>... </head>, <meta>...</meta>
<body>...</body>, <header>...</header>, <footer>...</footer>
<div>...</div>, <p>...</p>, <li>...</li>
<a>...</a>, <strong>...</strong>
<img>, <iframe>...</iframe>
<button>...</button>, <input>
<!-- ... -->
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<link rel="stylesheet" href="style.css" />
<title>Ma page Web personnelle</title>
</head>
<body>
<header>
<p>Mon en-tête de page !</p>
</header>
<div>
<p>Ici, je rédige un article pour mon <strong>site Web.</strong></p>
</div>
<footer>
<p>Mon pied de page !</p>
</footer>
</body>
</html>
footer {
background-color : #003388 ;
color : white ;
text-align : center ;
height : 2cm ;
}
header {
background-color : #2255AA ;
color : white ;
text-align : center ;
height : 3cm ;
}
body {
font-family : sans-serif ;
}
body p:hover {
color : pink ;
}
Nos manuels sont collaboratifs, n'hésitez pas à nous en faire part.
j'ai une idée !
Oups, une coquille