Files
openide/plugins/htmltools/testData/highlighting/MapIdRequired.html
Piotr Tomiak fd5710e37e WEB-59095 Open source HTML Tools plugin
GitOrigin-RevId: 9dfe3826d3acc25091af745f85fbe14826d9921f
2023-01-23 18:07:20 +00:00

11 lines
286 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sick time cases</title>
</head>
<body>
<map name="mapa">
<area href="http://www.ru" alt="any" shape="rect" coords="0,0,10,10">
</map>
</body>
</html>