style
style info, which may include CDATA sections
STYLE Tag#
style info, which may include CDATA sections Attributes are:
| Attribute | Description | Default Value | Values | Required |
|---|---|---|---|---|
| lang | language code (backwards compatible), as per [RFC3066](http://www.ietf.org/rfc/rfc3066.txt) | no | ||
| dir | direction for weak/neutral text | ltr,rtl | no | |
| id | no | |||
| type | media type, as per [RFC2045](http://www.ietf.org/rfc/rfc2045.txt) | no | ||
| media | single or comma-separated list of media descriptors | no | ||
| title | used for titles etc. | no |
Example:
<style
lang=""
=""
dir=""
id=""
type=""
media=""
title=""
=""
>
</style>