
JavaScript
June 6, 2025 at 04:08 AM
*CSS Interview Questions for Freshers:*
*1. What is CSS?*
CSS (Cascading Style Sheets) is a language used to style HTML elements — like colors, layouts, fonts, and spacing.
*2. What are the different types of CSS?*
- Inline CSS: inside an HTML tag (`style="..."`)
- Internal CSS: inside `