Hypermedia Types

Hypermedia Factors
CL
CR CU CM
LE LO LT LN LI
CSS

CSS

Description

"CSS 2.1 is a style sheet language that allows authors and users to attach style (e.g., fonts and spacing) to structured documents (e.g., HTML documents and XML applications). By separating the presentation style of documents from the content of documents, CSS 2.1 simplifies Web authoring and site maintenance. "[1]

scrips

MIME Types

Hypermedia Elements

url()[3][LE]

Notes

The url() method allows CSS authors to indicate embed links to external content. There is no access to control data (e.g. [CR]).

Example

body { background: url("http://www.example.com/pinkish.png") }

Reference Links

  1. Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification
  2. The text/css Media Type [RFC2318]
  3. URLs and URIs

Update History

2010-06-06
Initial post