![]() |
types of stylesheets
What are the types of stylesheet and how to use them?
|
types of stylesheet are
Internal stylesheet External stylesheet Inline stylesheet |
Read in detail about it at tutorials4u dot com/html/tutorial-12-css.htm[/url]
|
There are three types of style sheet:
External style sheet Internal style sheet/Embeded Style Sheet Inline style |
There are basically three types of style sheet: 1. External style sheet: It is used when we want to change the look of entire website by changing only one file. For this each page must contain a reference to the external style sheet inside the element. 2. Internal Style Sheet:It is used when one single page has some unique style. It is defined with the |