Exercice corrigé en Html :
creer une page Html Simple ( structure comprise ) et afficher ce texte :
Exercice langage de programmationle mot Exercice doit etre en rouge en taille 4 , le mot langage en taille 5 et en rouge , La mot de doit être en vert et le reste de la phrase en jaune.
Solution :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Exercice HTML 1</title>
</head>
<body>
<font color="red">
<font size="4">webmaster </font>
<font size="5"> freelance</font>
</font>
<br>
<font size="6">
<font color="green">Vive</font>
<font color="yellow"> le <b>html</b></font>
</font>
</body>
</html>
0 commentaires:
Enregistrer un commentaire