'title' Syntax and Note : title « HTML Tag Reference « HTML CSS Reference

Home
HTML CSS Reference
1.CSS Attributes and Javascript Style Properties
2.HTML Attributes Reference
3.HTML Tag Reference
HTML CSS Reference » HTML Tag Reference » title 
'title' Syntax and Note

Note:

This element defines the title of a document. 
The <title> element must be located inside the <head> element.
    
Syntax:
    
<title attributes events> . . . </title>
    

      
      
Related examples in the same category
1.'title' HTML Attributes
2.'title' Event Handlers
3.'title' CSS Attributes and JavaScript Style Properties
4.'title' Example
5.'title' Microsoft Behaviors
6.'title' JavaScript Properties
7.'title' JavaScript Methods
8.'title' JavaScript Collections
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.