|
| Version | -//W3C//DTD HTML 4.01//EN
|
|---|
| Element | STYLE |
|---|
| Purpose | style info |
|---|
| Description | This element allows authors to put style sheet rules in the document's HEAD.
See Introduction to Style Sheets, the
section, "Header style information: the STYLE element."
|
|---|
| Start tag | Required <STYLE>
|
|---|
| Attributes | | Name | Type | Default | Comment |
|---|
| dir | ( ltr | rtl ) | #IMPLIED | direction for weak/neutral text; lang, dir, for use with title | | lang | NAME | #IMPLIED | language code as RFC1766; language code | | media | CDATA | #IMPLIED | single or comma-separated list of media descriptors; designed for use with these media | | title | CDATA | #IMPLIED | text; advisory title | | type | CDATA | #REQUIRED | media type; content type of style language
|
|
|---|
| Content | CDATA
|
|---|
| End tag | Required </STYLE>
|
|---|
| Referenced in | HEAD TITLE
|
|---|
|