map.html (711B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Title of the document</title> 5 </head> 6 <body> 7 <p>Click on the logo or on one of the logo items to watch it closer:</p> 8 <img src="/uploads/media/default/0001/01/0f94cf189afcdc39c4df2a73d230d1a7425ee66d.png" width="145" height="126" alt="block" usemap="#blockmap"> 9 <map name="blockmap"> 10 <area shape="circle" coords="45,58,30" alt="html-book" href="https://www.w3docs.com/learn-html.html"> 11 <area shape="circle" coords="88,64,15" alt="html-quiz" href="https://www.w3docs.com/quiz-start/html-basic"> 12 <area shape="circle" coords="114,67,14" alt="html-snippets" href="https://www.w3docs.com/snippets/html.html"> 13 </map> 14 </body> 15 </html>