Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title><img> with usemap attribute</title>
</head>
<body>
<map name="foo"></map>
<p><img src="url" usemap="#foo" alt="bar"></p>
</body>
</html>