Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<select>
This tag defines a select box (drop-down) to be used with a form.
Attributes
disabled
Value(s) : ltr (left to right) | rtl (right to left)
This attribute defines the direction of the text.
example:
<select name="country">
<option value="canada">Canada
<option value="usa">USA
</select>