Skip to content


Understanding CSS:
Syntax and Basic Data Types

The Following excerpt is borrowed directly from the W3C CSS 2.1 Specification: Ch. 4 Syntax and basic data types. It has been modified from the original code only in that relative paths have been changed to absoulte URL’s.

Rather than cite specific sections of Ch 4, i thought it best to leave it open to case-by-case useage. My personal recommendation is to review special character encdings, those characters which are allowed to occupy white-space such as \a, and other such special character encodings and their unique purposes.



Posted in HTML.

Tagged with , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.



Read previous post:
Dynamic-Outlines (e.g. :focus {outline:color}) | CSS 2.1 Spec: W3C

Much like the border property, the outline property will create a line surrounding the element-- however, the main remarkable difference...

Close