HTML5:INPUT
De W3API
Contenido |
[editar] Descripcion
Elemento que representa una entrada de datos, normalmente dentro de un formulario.
[editar] Sintaxis
<input/>
[editar] Ejemplo
<form id="miformulario"> <label for="nombre">Nombre: </label><input type="text" size="10" id="nombre"><br/> <label for="calidad">Calidad: </label><input type="range" min="0" max="10" value="3" step="1" id="calidad"> </form>
[editar] Atributos
[editar] Propios
- accept
- alt
- autocomplete
- autofocus
- checked
- dirname
- disabled
- form
- formaction
- formenctype
- formmethod
- formnovalidate
- formtarget
- height
- list
- max
- maxlength
- min
- multiple
- name
- pattern
- placeholder
- readonly
- required
- size
- src
- step
- type
- value
- width