blob: 0e165c8c54418989418bb6f37d89c8907d161eb0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>&lt;img&gt; with usemap attribute</title>
</head>
<body>
<map name="foo"></map>
<p><img src="url" usemap="#foo" alt="bar"></p>
</body>
</html>