interview
2024
January
- What are Selectors in css? Explain different types of selectors
- What is Universal Selector
*
in CSS? - What is the difference between “em” and “rem” units in CSS
- How can you center an element horizontally and vertically using CSS?
- What is CSS specificity, and how does it affect the styling of elements?
- What is the Box Model in CSS?
- What is the difference between
display:none
andvisibility:hidden
in CSS ?