<ADDRESS> | NN all IE all HTML all |
|
<ADDRESS>...</ADDRESS> | End Tag: Required |
|
Prior to HTML 4, the ADDRESS element was often regarded as a
display formatting tag appropriate for displaying a page
author's contact information on the page. Navigator and
Internet Explorer display ADDRESS elements in an
italic font. But the increased focus on separating content from form
in HTML 4.0 adds some extra meaning to this element. Search engines
and future HTML (or XML) parsers may apply special significance to
the content of this element, perhaps in cataloging author information
separate from the hidden information located in
META elements. If you want to use this structural
meaning of the element while keeping the rendering in line with the
rest of your body text, you need to assign style sheet rules to
override the browser's default formatting tendencies for this
element. Any standard BODY elements, such as
links, can be contained inside an ADDRESS element.
|
|
Example
<ADDRESS>
<P>Send comments to:<A HREF="mailto:jb@megacorp.com">jb@megacorp.com</A>
</P>
</ADDRESS>
|
|
Object Model Reference
IE |
[window.]document.all.elementID |
|