What is a cascading style sheet?
Cascading style sheet (CSS) or simple style sheet are text files that contain one or more rules in the form of property /value pairs to determine how elements in a web page should be displayed you can create styles in four ways:
- Using inline styles
- Using external style sheets
- Using internal style sheets
- Using style classes