CSS - ilya-khadykin/notes-outdated GitHub Wiki
CSS - Stands for "Cascading Style Sheets". A style sheet language for describing how to display an HTML document.
The W3C cheatsheet: https://www.w3.org/2009/cheatsheet/
Syntax
Comments
/* those two symbols start my comment block
I can have more comment text here
and the following two symbols end my comment */
Tools
More tools: http://w3c.github.io/developers/tools/
Tool | Purpose |
---|---|
Markup Validator | Checks the markup of your Web documents. (HTML or XHTML) |
CSS Validator | Checks your Cascading Style Sheets (CSS) |
Unicorn | Unified validator. HTML, CSS, Links & Mobile |
Link Checker | Checks your web pages for broken links |