Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Any copyright is dedicated to the Public Domain.
</head>
<body>
<p><img src="test-image.png" usemap="#testMap" alt="Test image"></p>
<map name="testMap">
<area shape="rect" coords="0,0,10,10,5" href="#" alt="Test area" />
</map>
</body>
</html>