Tag: front-end
-
Basic Interview Questions for FED (1-2 Year Experience – CSS/SCSS)
What is the color of Hello World and why? (PR Review Scenario) What are different ways to target HTML markup using CSS? What is CSS Specificity? CSS Specificity determines which style rules take precedence when multiple rules apply to the same element. It is calculated based on the importance of inline styles, IDs, classes, and…