How do you add comments to Style Sheets? Adding a comment to a CSS file.
How do you add comments to Style Sheets? Adding a comment to a CSS file.
| Answer | Use the C style suntac of comments e.g. /* anything here will be commended out and ignored by the browser */
/*
.left {
float: left;
width: 65%;
margin: 0 0 10px 0;
}
*/ |
| Attachments | -none- |
| Applies to versions | |
| FAQ Provided By | Steve C Robinson |
| Credit | |
 |  |
|
|