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






'style' Syntax and Note

Note:

This element specifies a style sheet for a page. 
It appears within the <head> section.
Internet Explorer 4.0 and later allow multiple style blocks.
    
Syntax:
    
<style attributes events> . . . </style>
    

      
      








Related examples in the same category

1.'style' HTML Attributes
2.'style' Event Handlers
3.'style' Example
4.'style' JavaScript Properties
5.'style' JavaScript Methods
6.'style' JavaScript Collections