Etudes/BTS/Web/Premiere annee/HTML5Application1/tp1-exos5-6.html
2016-10-14 17:52:18 +02:00

72 lines
1.5 KiB
HTML

<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Encore un titre</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="top">
<img src="pg.png" alt="Un pingouin" style="width:142px;height:142px;">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<ul style="list-style-type: disc">
<li>
<a href="http://172.18.58.15/siteweb/public/">Lien vers le site du lycée</a>
</li>
<li>
<a href="index.html">Retour à l'index</a>
</li>
<li>
<a href="index.html"><img src="pg.png" alt="pingouin"></a>
</li>
<li>
<a href="#top">Retour en haut</a>
</li>
</ul>
</body>
</html>