[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-TITLE
Specifies text to be displayed in the title bar of the web browser. The title content is not displayed within the content area of the browser.
Attributes
None
Code Tip
The title of a web page should be very descriptive and meaningful because it is used as bookmark information if a visitor bookmarks the web document.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-TITLE
Title
UsageSpecifies text to be displayed in the title bar of the web browser. The title content is not displayed within the content area of the browser.
Attributes
None
Code Tip
The title of a web page should be very descriptive and meaningful because it is used as bookmark information if a visitor bookmarks the web document.
Live Example
<html> <head><title>Title of Web Page Placed Here</title></head> <body> </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
