<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
body {
background-color: #1c87c9 !important;
background-color: #ffcc00;
}
h2 {
color: #8ebf42;
}
h2 {
color: #eeeeee !important;
}
</style>
</head>
<body>
<h2>W3docs</h2>
<p>W3docs fournit les matériels de l'apprentissage gratuits pour les langages tels que HTML, CSS, Java Script, PHP, etc.</p>
</body>
</html>