PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> </head> <body> <h1>a sample the map tag</h1> <img src="work.jpg" alt="work" usemap="#work" width="690" height="441"> <map name="workmap"> <area shape="rectangle" coords="20,38,272,326" alt="Computer" href="computer.htm"> <area shape="rectangle" coords="284,162,423,289" alt="book" href="book.htm"> <area shape="circle" coords="150,264,34" alt="coffee" href="coffee.htm"> </map> </body> </html>