Bah le language du web est trés spéciale...
Ceux des sites, on appele ça le langage (x)HTML et CSS ( la plupart du temps)
faut donc apprendre ces deux "langage" et aprés, tu pourras faire un site !!
( je te montre un langage XHTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Exemple d´utilisation de CSS externe</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design sombre" href="C:\Documents and Settings\Jubui\Bureau\Maxime\Site\Page web\Index.css" />
</head>
<body>
Ce n´est qu´une partie du design de mon site ^^
<br/>
<div class="element_menu">
<h3>Titre menu</h3>
<ul>
<li><a href="page4.html">Lien</a></li>
<li><a href="page5.html">Lien</a></li>
<li><a href="page6.html">Lien</a></li>
<li><a href="page6.html">Lien</a></li>
<li><a href="page6.html">Lien</a></li>
<li><a href="page6.html">Lien</a></li>
</ul>
</div>
</div>
<br/>
</body>
</html>
Voilà, ça ressemble a ça !