Descripción
Mediante el elemento button
podemos crear botones sobre los que podremos hacer click y lanzar acciones.
Es un elemento en línea que se posicionará detrás del elemento anterior. Podemos utilizar estilos CSS para modificar su estilo visual.
Sintaxis
<button>Texto Botón</button>
Atributos
Atributos Globales
- accesskey
- autocapitalize
- autofocus
- contenteditable
- dir
- draggable
- enterkeyhint
- hidden
- inputmode
- is
- itemid
- itemprop
- itemref
- itemscope
- itemtype
- lang
- nonce
- spellcheck
- style
- tabindex
- title
- translate
Ejemplo
<form>
<label for="mensaje">Valor: </label>
<input id="mensaje" type="text" value="0"/>
<button id="inc">+1</button>
</form>
Artículos
Vídeos HTML
Disfruta también de nuestros artículos sobre HTML en formato vídeo. Aprovecha y suscribete a nuestro canal.