Mieux vaut commencer à apprendre le HTML en le tapant à la main... Au moins comprend ce qui se passe et ce n'est pas si compliqué que ça. Voici un début de ta page en code semi-propre (je n'aurais pas dû utiliser de tableaux, mais bon, l'habitude...)
<font class="small">Code:</font><hr /><pre>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>mon site a moi</title>
<style type="text/css">
body{with:800px;}
h1,h2,p,td,th,li{font-family:sans-serif;}
h1,h2{text-align:center;border-top:0px;border-bottom:0px;font-size:18px;}
p,td,th,li{font-size:12px;}
li{font-weight:bold;}
table{margin:auto;border:0;}
td{vertical-align:top;}
.red{color:red;}
</style>
</head>
<body>
<h1>Bienvenue Sur Le Site De Cyber Jeux</h1>
<h2><span class="red">Cyber Jeux</span>, cest toujours :</h2>
<table width="40%">
<tr>
<td>
<ul>
<li>Linformatique pro et perso à prix canon !</li>
<li>Les téléphones les plus tendances</li>
<li>Un conseil au top en Jeux Vidéo</li>
</ul>
</td>
</tr>
</table>
<h2 class="red">ET UN NOUVEAU SITE WEB !</h2>
<table width="75%">
<tr>
<th colspan="2" width="60%">Les adresses E-Mail du magasin ont changé !</th>
<th>Edito</th>
</tr>
<tr>
<td>Informatique / Téléphonie :</td>
<td>Jon :
[email protected]</td>
<td rowspan="3">13/10/2003 A loccasion du nouveau nom de domaine bla bla.... </td>
</tr>
<tr>
<td>Informatique/téléphonie :</td>
<td>Jon :
[email protected]</td>
</tr>
<tr>
<td>Informatique/téléphonie :</td>
<td>Jon :
[email protected]</td>
</tr>
</table>
</body>
</html> </pre><hr />
Tu copies dans un éditeur de texte basique, tu sauvegardes au format texte en appelant le document toto.html