Commenting in CSS is just like HTML commenting. It lets you enter small text notes to explain the next bit of coding. It organizes. CSS commenting looks like this :
You can also use these on multiple text lines.
| /* commenting text here. */ |
You can also use these on multiple text lines.
|
/* commenting text here. commenting text here. */ |

