Book
Submodule 3.1: Introduction to CSS
Submodule 3.1: Introduction to CSS
Completion requirements
View
- What is style
- Comments
- Syntax
Comments in CSS
Similar with HTML, comments are used in CSS when we want to remind ourselves something or we want to explain to others what we did.
Comments are not displayed in the web page.The comment tag in CSS starts with /*
and ends with */
.