Citation :
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<title>Plan</title>
</head>
<body>
<img src="./bureau.png" alt="Imp" usemap="#Imp">
<p>
<map name="Imp" id="id_map">
<!-- gauche a droite -->
<area shape="circle" coords="21,144,16," href="./Cbleu.png" alt="cercle" />
<!-- gauche a droite -->
<area shape="circle" coords="24,254,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="363,254,16," href="./Cbleu.png" alt="cercle" />
<!-- gauche a droite -->
<area shape="circle" coords="25,359,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="59,359,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="279,359,16," href="./Cbleu.png" alt="cercle" />
<!-- gauche a droite -->
<area shape="circle" coords="257,464,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="380,464,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="510,464,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="645,464,16," href="./Cbleu.png" alt="cercle" />
<!-- gauche a droite -->
<area shape="circle" coords="381,568,16," href="./Cbleu.png" alt="cercle" />
<area shape="circle" coords="648,568,16," href="./Cbleu.png" alt="cercle" />
<!-- gauche a droite -->
<area shape="circle" coords="443,673,16," href="./Cbleu.png" alt="cercle" />
</map>
</p> </body>
</html>
|