HTML

From Gui

(Difference between revisions)
Line 20: Line 20:
*** <optgroup>
*** <optgroup>
**** <option>
**** <option>
 +
 +
== Properties ==
 +
 +
* tabindex
 +
* disabled
 +
* checked
 +
* maxlength
 +
* name
 +
* readonly
 +
* size (rows/cols for <textarea>)
 +
* title
 +
* class
 +
* accesskey
 +
id

Revision as of 22:05, 11 June 2009

Widgets

  • <form>
    • <label>
    • <fieldset>
      • legend
    • <input>
      • hidden
      • text
      • password
      • file
      • submit
      • reset
      • image
      • checkbox
      • radio
      • button
    • <button>
    • <textarea>
    • <select>
      • <optgroup>
        • <option>

Properties

  • tabindex
  • disabled
  • checked
  • maxlength
  • name
  • readonly
  • size (rows/cols for <textarea>)
  • title
  • class
  • accesskey

id

Personal tools