HTML CSS HTML Form
Form
- Get to know Forms
- Form HTTP method
- Form Data Encoding
- Form autocomplete
- Form Target
- Set the Name of the Form
- form attribute - Reference Form Elements Outside the Form
Label
FieldSet
- fieldset - Grouping Form Elements
- legend - Descriptive Label to a fieldset Element
- fieldset disable - Disabling Groups of Inputs
Button
- Introduction to button Element
- submit button - Submit Forms
- reset button - Reset form
- generic button
Basic Input
- text input - Text Input Element
- text input size and maxlength
- text input placeholder and value
- text input Data List
- text input readonly and disable
- input disable
- input autofocus
- Set Tabbing Order using the tabindex Attribute
- password input
- button input
Restict Input
- Restrict Data Entry input
- number input
- range input
- checkbox input
- radio input
- email input
- tel input
- url input
- time date input
- color input
- search input
- hidden input
- image input
- file upload input