blade-sensei / learning

Roadmap for software engineer, sandbox, algorithms training, it also contains my daily task dashboard
9 stars 2 forks source link

css: image, create a map in an image to click #75

Open blade-sensei opened 4 years ago

blade-sensei commented 4 years ago
<img src="img/ordinateur.jpg" alt="PHOTO" usemap="#map">

<map name="map">

            <area shape="rect" coords="136,244,283,304" href="index1.html"><area shape="rect" coords="250,214,501,275" href="dur.html" alt="disque">                        <area shape="rect" coords="590,75,739,139" href="sortie.html" alt="sortie">
            <area shape="rect" coords="266,18,491,68" href="memoire.html" alt="memoire">
            <area shape="rect" coords="11,81,160,145" href="entree.html" alt="entree">
            <area shape="rect" coords="270,104,488,168" href="processeur.html" alt="unite"> 

</map>