24 lines
924 B
HTML
24 lines
924 B
HTML
<!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>
|