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






'html' Syntax and Note

Note:

This element identifies an HTML document. 
It has two main sections, <head> and <body>.
    
Syntax:
    
<html attributes events> . . . </html>
    

      
      








Related examples in the same category

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