CODE 1
head
<!DOCTYPE html>
<html> <head> <title>Mon site</title>
<style type="text/css">
body {
color: blue;
background-color:#066354;}
h1 {
font-family:Arial;}
</style>
p{
color : #076455 ;}
</head>
body
<body>
!-- Contenu principal -->
<h1>le titre de ma première page avec du style</h1>
<p>Bienvenue sur ma page avec du style!</p>
<!-- Menu de navigation du site -->
<ul class="navbar">
<li><a href="index.html">Home </a>
<li><a href="reflexions.html">contact</a>
<li><a href="ville.html">aide</a>
<li><a href="liens.html">Liens</a>
</ul>
</body>
</html>
CODE 2
Commentaires
Enregistrer un commentaire
Merci pour ton message 🙂
Connectez-vous pour laisser un commentaire