usemap-isvalid.html (209B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title><img> with usemap attribute</title> 6 </head> 7 <body> 8 <map name="foo"></map> 9 <p><img src="url" usemap="#foo" alt="bar"></p> 10 </body> 11 </html>