31 lines
855 B
HTML
31 lines
855 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- je vais commencer ici -->
|
|
<p>
|
|
<u>text surligné</u>
|
|
</p>
|
|
|
|
<u style="color: blanchedalmond; font-size: 1em; line-height: 1.3em;">text souligné</u>
|
|
<u style="color: blanchedalmond; font-size: 1em; line-height: 1.3em;">text souligné</u>
|
|
<u style="color: blanchedalmond; font-size: 1em; line-height: 1.3em;">text souligné</u>
|
|
<u style="color: blanchedalmond; font-size: 1em; line-height: 1.3em;">text souligné</u>
|
|
|
|
|
|
<a href="chambre.html">chambre !</a>
|
|
|
|
<img style="width: 100px; height: 100px;" src="nom_de_limage.jpg"
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|