Articles tagged: HTML forms
Found 18 documents
- Learn/Server-side/Django/Forms Creating and handling forms can be a complicated process! Django makes it much easier by ...
- Web/API/HTMLSelectElement/autofocus The HTMLSelectElement.autofocus property is a Boolean that reflects the autofocus HTML ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/HTML/Element/button The HTML button Element represents a clickable button.
- Web/HTML/Element/datalist The HTML Datalist Element (datalist) contains a set of option elements that represent the values ...
- Web/HTML/Element/fieldset The HTML fieldset element is used to group several controls as well as labels (label) within a ...
- Web/HTML/Element/form The HTML form element represents a document section that contains interactive controls to submit ...
- Web/HTML/Element/input The HTML element input is used to create interactive controls for web-based forms in order to ...
- Web/HTML/Element/keygen The HTML keygen element exists to facilitate generation of key material, and submission of the ...
- Web/HTML/Element/label The HTML Label Element (label) represents a caption for an item in a user interface. It can be ...
- Web/HTML/Element/legend The HTML legend Element (or HTML Legend Field Element) represents a caption for the content of ...
- Web/HTML/Element/meter The HTML meter Element represents either a scalar value within a known range or a fractional value.
- Web/HTML/Element/optgroup In a Web form, the HTML optgroup element creates a grouping of options within a select element.
- Web/HTML/Element/option In a Web form, the HTML option element is used to create a control representing an item within a ...
- Web/HTML/Element/output The HTML output element represents the result of a calculation or user action.
- Web/HTML/Element/progress The HTML progress Element is used to view the completion progress of a task. While the specifics ...
- Web/HTML/Element/select The HTML select (select) element represents a control that presents a menu of options. The ...
- Web/HTML/Element/textarea The HTML textarea element represents a multi-line plain-text editing control.