What is CSS (Cascading Style Sheets) ?
What is CSS ?
- CSS : Cascading Style Sheets
- Cascading Style Sheets (CSS) is web designers tool to build websites along with HTML.
- CSS is used to Style web pages
- CSS is designed to describe the appearance of the webpage
- CSS were added to HTML 4.0
- Extension of CSS is .css
CSS provides web browsers following information
1. | Visual Aspect of a web page |
---|---|
2. | Position of HTML elements |
3. | Text styles |
4. | Background Images / Colors |
5. | Margins and Paddings |
6. | Forground Images |
7. | Links and Styling |
8. | Layout of the Web Page |
CSS can be written -
1. | Inline Styling |
---|---|
2. | Internal Style Sheet |
3. | Extarnal Style Sheet |