<ADDRESS> ... </ADDRESS>
|
DEFINITION
<ADDRESS> ... </ADDRESS> tags enclose credit and reference information about an html document, which usually includes the author's name and address, signature files, and contact information. The items included in this tag set are often rendered in italics. |
ATTRIBUTES None. |
CONTEXT <ADDRESS> ... </ADDRESS> is legal within the following markup tags: <A> <APPLET> <B> <BIG> <BR> <CITE> <CODE> <DFN> <EM> <FONT> <I> <IMG> <INPUT> <KBD> <MAP> <P> <SAMP> <SCRIPT> <SELECT> <SMALL> <STRIKE> <STRONG> <SUB> <SUP> <TEXTAREA> <TT> <U> <VAR> and plain text. The following markup can be used within <ADDRESS> ... </ADDRESS>: <BLOCKQUOTE> <BODY> <CENTER> <DIV> <FORM> <TD> <CODE> <TH>. |
SUGGESTED STYLE/USAGE This should be included at the end of any document to supply author contact information for questions or feedback. Because no <FOOTER> markup tag exists you can use the <ADDRESS> ... </ADDRESS> tag as a footer. |
EXAMPLES <BODY> ... <ADDRESS>
RAG Enterprises<BR>
PO BOX 352513<BR>
Toledo, OHIO 43635-2513<BR>
1-800-339-2383 (Toll Free)<BR>
419-824-3128 (FAX)<BR>
General Info: info@ragpag.com<BR>
Support: support@ragpag.com<BR> </ADDRESS> </BODY> |