CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

Comments in CSS

Comments

 

 

Comments are used to describe your code and may help you when you need to revise or edit the source code later. Comments are ignored by browsers.

 

Types of Comments:-

 

  • Single Line Comments
  • Multiline Comments

 

Syntax:-

 

The syntax for Single Line Comments:-

// This is a single-line comment

 

The syntax for Multiline Comments:-

/*

This is a multi-line comment

*/

Code Explanation

All Tutorials related to CSS Basic

All Sections related to CSS