Fix 6: Add structure


To convey a logical model other than visually, use markup correctly. For example, write:

  <B>9 May 1999</B> <IMG src="l1.gif">
  <BR>
  <P><LI>Coping With Asthma's Relentless Attacks: ...

becomes:

  <H1>9 May 1999 
      <IMG src="l1.gif" alt="Latest News"></H1>
  
  <UL>
  <LI>Coping With Asthma's Relentless ...

Related checkpoints: WCAG 3.5, 3.6, ATAG 3.2

Improved example