Form Elements
This page demonstrates all form and input related tags:
<form>
- Form container<input>
- Various input types (text, email, tel, url, date, datetime-local, time, month, week, number, range, color, password, file, hidden, radio, checkbox, search, submit, reset, button, image)<label>
- Input labels<textarea>
- Multi-line text input<button>
- Button elements<select>
- Dropdown selections<option>
- Selection options<output>
- Form output display