CSS COURSE • LESSON
💬 CSS Comments
Master CSS and create modern responsive websites with EDUHUB CODE HUB.
CSS Comments
Comments are used to explain CSS code. They are ignored by browsers.
/* This is a CSS comment */
body {
background:white;
}