CSS Basic
What is CSS?
CSS stands for cascading style sheet. It is used to define the style for the HTML tags and element.It saves lot of time, energy and work. It was interduce in HTML 4.0. There are 3 ways to write CSS:
1. Inline CSS
2. Embedded CSS
3. External CSS.