blob: 0e165c8c54418989418bb6f37d89c8907d161eb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|