Navigation Bars - map container without heading elements
- The set of links on this page, each of which is an
area element, are contained by map elements.
- Image maps on this page will not have a preceding heading elements in vairious ways.
map element container #1: the redundant text links do not have a heading element
imgmap1map heading
- The
map element for this image map has a preceding h2 element whose CSS display property is none.
- The
ul container for redundant text links does not have a preceding heading element.
map element container #2: map element does not have a transparent heading
redundant links for imgmap2 heading
- The
map element for this image map used to have a preceding h2 element whose CSS display property is none; not any more!
- The
ul container for redundant text links has a preceding h2 element whose CSS display property is none.
imgmap3map heading
redundant links for imgmap3 heading
- There is no heading element before the image for this image map #3.
- The
map element for this image map has a preceding h2 element whose CSS display property is none.
- The
ul container has a preceding h2 element whose CSS display property is none.
Back to index page