web_2024/R1.02/tp/tp1/correction/exercice5.html

24 lines
924 B
HTML
Raw Normal View History

2024-11-25 10:03:16 +01:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="description" content="tp1/ex5">
<meta name="author" content="Denis Monnerat">
<title>Exercice 5</title>
</head>
<body>
<img src="../img/html_css_js.png" alt="web stack" usemap="#webstack">
<map name="webstack">
<!-- #$-:Image map file created by GIMP Image Map plug-in -->
<!-- #$-:GIMP Image Map plug-in by Maurits Rijk -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:2.3 -->
<!-- #$AUTHOR:DM -->
<area shape="poly" coords="124,103,183,2,245,106" alt="JS" href="https://developer.mozilla.org/docs/Web/JavaScript">
<area shape="poly" coords="64,208,243,108,301,210" alt="CSS" href="https://developer.mozilla.org/docs/Web/CSS">
<area shape="poly" coords="4,315,305,215,65,215,307,215,362,315" alt="html" href="https://developer.mozilla.org/docs/Web/HTML">
</map>
</body>
</html>