RSSAll Entries Tagged With: "CSS comments"

post thumbnail

CSS comments looks

CSS comments look like this: /* this is a comment */, and can be single-line or multipleline.  In the advanced CSS boilerplate, a multiline comment is used for an introduction and table of contents:
/*
STYLE SHEET FOR [WEB SITE]
Created by [AUTHOR NAME]
[URL OF AUTHOR]
ToC
1. defaults
2. structure
3. links and navigation
4. fonts
5. images
Notes
*/
Each section of the document is [...]