tidy-html5/regression_testing/cases/legacy-cases/case-1282835@0.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

33 lines
640 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">
<!-- 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>
</HTML>