tidy-html5/regression_testing/cases/legacy-expects/case-1282835.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

32 lines
819 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>HTML NOHREF - HTML Code Tutorial</title>
</head>
<body>
<div align="center">
<map name="map1"
id="map1">
<!-- this area is missing a 'alt' -->
<!-- href is also not mandatory -->
<area nohref
shape="circle"
coords="79,79, 56"
alt="ohoh">
<area href="thecircle.html"
alt="The Circle"
title="The Circle"
shape="circle"
coords="79,79, 78">
</map> <img src="circleincircle.gif"
height="158"
width="158"
alt="Click the O!"
border="0"
usemap="#map1"><br>
[ <a href="thecircle.html">The O</a> ]
</div>
</body>
</html>