css style
X/HTML specifies four ways to apply style variations:
- Linking
- Importing
- Embedding
- Inline
The first two methods refer to external style sheets (text files that use the .css file name extension and contain nothing but style definitions), Which allow you to use styles across multiple Web pages. The third method defines styles for a single page. The third method defines styles for a single page. The fourth method makes quick, temporary style changes to existing X/HTML code, such as spanning a background color or an image behind words.
OR
Three Ways to Use CSS
- External
- Internal(Embedding)
- Inline
No comments:
Post a Comment