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






'head' Syntax and Note

Note:

This element creates the header section of an HTML document. 
In header, you can 1)define the title of the document, 
                   2)establish links to CSS style sheets, 
                   3)reference JavaScript code, and so on.
    
Syntax:
    
<head attributes events> . . . </head>
    

      
      








Related examples in the same category

1.'head' HTML Attributes
2.'head' Event Handlers
3.'head' CSS Attributes and JavaScript Style Properties
4.'head' Example
5.'head' Microsoft Behaviors
6.'head' JavaScript Properties
7.'head' JavaScript Methods
8.'head' JavaScript Collections