HTML and CSS Reference
In-Depth Information
Set the numbering format for this list to A
(capital letters), a (lowercase letters), I
(capital Roman numerals), i (lowercase Ro-
man numerals), or 1 (Arabic numerals; de-
fault).
type= format
<optgroup> ...
</optgroup>
Define a group of options within a <select>
element.
Disable this group, making it inactive.
disabled
label= string
Provide a label for this group.
Define an option within a <select> item in a
<form> .
<option> ... </option>
Disable this option, making it inactive.
disabled
label= string
Provide a label for this option.
Make this item initially selected.
selected
Return the specified value to the forms-pro-
cessing application instead of the <option>
contents.
value= string
<p> ... </p>
Start and end a paragraph.
Search WWH ::




Custom Search