View Single Post
Old 06-02-2015, 10:24 AM   #5
BenjaminMayer
Registered User
 
Join Date: Jun 2015
Location: canada
Posts: 29
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 <link>element.

2. Internal Style Sheet:It is used when one single page has some unique style. It is defined with the <style>element inside the head section of the HTML page.

3. Inline Style:It is used when we want to apply a unique style for single element.To use this add style element to the relevant tag.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenjaminMayer is offline   Reply With Quote