Skip to content

Instantly share code, notes, and snippets.

View gauravdas014's full-sized avatar
🎯
Focusing

Gaurav Das gauravdas014

🎯
Focusing
View GitHub Profile
@marko-jankovic
marko-jankovic / CSS and HTML interview questions.md
Last active July 13, 2024 22:15
CSS and HTML interview questions

CSS


What is CSS?

  • CSS stands for Cascading Style Sheet.
  • Styles define how to display HTML elements
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save a lot of work
  • External Style Sheets are stored in CSS files