xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<title>Website Title</title>
</head>
<body>
<header>
<!-- Header content goes here -->
</header>
<nav>
<!-- Navigation menu goes here -->
</nav>
<main>
<!-- Main content of the website goes here -->
<section>
<!-- Section 1 content -->
</section>
<section>
<!-- Section 2 content -->
</section>
<!-- More sections if needed -->
</main>
<footer>
<!-- Footer content goes here -->
</footer>
</body>
</html>
xxxxxxxxxx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD></HEAD>
<BODY>Contenu de la page</BODY>
</HTML>