[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-ADDRESS
Used as a way to add a signature or important information describing a web document in the content area of the browser. Normally, all content placed between the <address> tag will be displayed in italics. When used as a signature, the <address> tag and inner content should be placed at the bottom or top of the web page. This allows for important information such as the name of the webmaster, copyright dates, date or content last updated, and a contact link to the webmaster to be "grouped" together.
Attributes
None
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-ADDRESS
Address
UsageUsed as a way to add a signature or important information describing a web document in the content area of the browser. Normally, all content placed between the <address> tag will be displayed in italics. When used as a signature, the <address> tag and inner content should be placed at the bottom or top of the web page. This allows for important information such as the name of the webmaster, copyright dates, date or content last updated, and a contact link to the webmaster to be "grouped" together.
Attributes
None
Live Example
<html> <head><title>Adding Address Info to a Document</title></head> <body> <font size=2pt face="arial"> . . . <address>Webmaster: Your Name<br> Date Last Updated: 25-03-04<br> Contact: youremail@domain.com<br> </address> </font> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
