These three headlines below look identical with graphics enabled. The first
one doesn't have an alt-text, and will not be displayed at all without graphics.
The second has put the headline image in an ordinary paragraph, and the headline
will not appear as a headline, the third image has put the headline image in
a headline element (<h3>
) and it will be displayed as such
in Opera and newer Netscape, if not in IE.
Code: <p><img /></p>
:
Code: <p><img alt="An Image Headline" /></p>
:
Code: <h1><img alt="An Image Headline" /></h1 >
:
« Example 1 - Navigation section with and without CSS | Example 3 - Using alt-text with buttons »