'style' Syntax and Note : style « 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 » style 
'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
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.