» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Element + form

Forms in HTML documents : 17.3 The FORM element

The FORM element acts as a container for controls.

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.4 The INPUT element

The control type defined by the INPUT element depends on the value of the type attribute:

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.5 The BUTTON element

Buttons created with the BUTTON element function just like buttons created with the INPUT element, but they offer richer rendering possibilities

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.6 The SELECT, OPTGROUP, and OPTION elements

The SELECT element creates a menu. Each choice offered by the menu is represented by an OPTION element. A SELECT element must contain at least one OPTION element.

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.7 The TEXTAREA element

The TEXTAREA element creates a multi-line text input control. User agents should use the contents of this element as the initial value of the control and should render this text initially.

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.9.1 The LABEL element

The LABEL element may be used to attach information to controls. Each LABEL element is associated with exactly one form control.

W3C: Del.icio.us W3C Tags

Forms in HTML documents : 17.10 Adding structure to forms: the FIELDSET and LEGEND elements

The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigatio

W3C: Del.icio.us W3C Tags

Scripts in HTML documents : 18.3.1 The NOSCRIPT element

The NOSCRIPT element allows authors to provide alternate content when a script is not executed.

W3C: Del.icio.us W3C Tags

Highlight form element

Shows you how to highlight a form element in Firefox

Firefox: del.icio.us/tag/firefox

Forms in HTML documents

W3C Recommendation

W3C: Del.icio.us W3C Tags