DEVELOPPEMENT WEB 1
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mise en forme de base</title>
</head>
<body bgcolor=blue text=white>
<h1 align=center>PREMIERE PARTIE</h1>
<p> <font color=red>Je suis le premier paragraphe,
je suis rouge…</font></p>
<hr color=red size=2>
<h2 align=center>DEUXIEME PARTIE</h2>
<p align=center><font color=yellow>Je suis le 2<sup>eme</sup> paragraphe <br>
<b>au centre</b> <br>
<u>en taille 5 et en jaune</u></font></p>
<hr size=7 width=370px color=black>
<h3 align=center>TROISIEME PARTIE</h3>
<p align=right><font size=7 font-family=Arial >Je suis le dernier paragraphe, je suis en taille 7 avec la
police Arial et à droite…</font></p>
</body>
</html>
HANENE CHETTAOUI HAMROUNI 1