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

11 lines
206 B
HTML

<!doctype html>
<html>
<head>
<base href="images/" target="_blank">
</head>
<body>
<img src="CheckImageSizeInspection.gif" alt="Stickman">
<a href="http://www.w3schools.com">W3Schools</a>
</body>
</html>