Commenting in CSS

Topic

Commenting in CSS

Topic Progress:

Commenting is used to put notes into your code that describes what a section of code does or is about. This is really useful when you are coding large websites and want to remember what each section does or when there are multiple people working on the same website.

To comment in CSS, use the following: /* at the start and */ at the end

Have a look at this example:

@

Not recently active