
CSS stands for Cascading Style Sheets language. It is a standard for applying style to HTML elements. CSS is widely popular since it eliminates of writing too many HTML tag to make the document more reader friendly
I have listed 20 Most commonly asked CSS interview questions with answers.
1. What are different ways to apply styles to a Web page?
Inline CSS,
Embedded CSS
Linked CSS or External Styles
Imported CSS:...