Name
<ADDRESS> — NN all IE all HTML all
Synopsis
<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
Attributes
|
|
|
|
|
|
|
Event Handler Attributes
Handler |
NN |
IE |
HTML |
---|---|---|---|
onClick |
n/a |
4 |
4 |
onDblClick |
n/a |
4 |
4 |
onDragStart |
n/a |
4 |
n/a |
onHelp |
n/a |
4 |
n/a |
onKeyDown |
n/a |
4 |
4 |
onKeyPress |
n/a |
4 |
4 |
onKeyUp |
n/a |
4 |
4 |
onMouseDown |
n/a |
4 |
4 |
onMouseMove |
n/a |
4 |
4 |
onMouseOut |
n/a |
4 |
4 |
onMouseOver |
n/a |
4 |
Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.