CSS Comment

How to add comments in Html (style sheet)?

Explanation

Property :

/* */
CSS Commenting is very simple as any other language.
Add your comments in between /* and */.
Here is an example of how to have comments

/*This is how to add the comment in css style sheet*/<br>
/* This is the header row style */

Result:


Ask Questions

Ask Question