- Add title for FRAME element and a NOFRAME text
<frame ... name="TOC" >
<frame ... name="Main" >
<noframe>
...
- Add missing ALT for all visuals
<img ... alt="Navigation Bar..." >
<img ... alt="Advertising Information" >
<img ... alt="Partner Links" >
<img ... alt="MedScan: The Online Medical Information Service" >
<area ... alt="More Articles" >
<area ... alt="Health Topics" >
<img src="yhd.gif" alt="" >
<img ... alt="Latest News" >
- Use text link that makes sense when read of context
<A HREF="a">Coping With Asthma's Relentless Attacks</A>
instead of
Coping With Asthma's Relentless Attacks:<A HREF="a">Click Here</A>
- Use proper structure
<H1>April 14, 1999 <img src="l1.gif" ALT="Latest News"></H1>
<LI>
instead of
<b>April 14, 1999</b> <img src="l1.gif">
<BR>