Está en la página 1de 2

Elementos del formulario <form>

<input> <select>

<label> <option>

<datalist> <optgroup>

<button> <progress>

<fieldset> <output>

<legend> <meter>

<textarea>

https://beziercode.com
Valores del atributo type de Input
<input type='text'> <input type='password'>
<input type='button'> <input type='radio'>
<input type='color'> <input type='range'>
<input type='date'> <input type='reset'>
<input type='datetime-local'> <input type='search'>
<input type='email'> <input type='submit'>
<input type='file'> <input type='tel'>
<input type='hidden'> <input type='text'>
<input type='image'> <input type='time'>
<input type='month'> <input type='url'>
<input type='number'> <input type='week'>

Nota: Usar la etiqueta <label> para definir etiquetas para los tipos:
text, checkbox, radio, file y password

https://beziercode.com

También podría gustarte