Cascading Stylesheet

Provides styling for html output. Specified by :: css ::.

Not directly processed, but can be included by an HTML document.

Parameters

A Cascading stylesheet fragment may specify the following parameters:

Parameter Description Cardinality
id A unique identifier used to identify this stylesheet fragment. Optional

Example

:: css ::
id: simple
---
body { font-family: verdana; }