From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/html/elemento/kbd/index.html | 120 ++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 files/es/web/html/elemento/kbd/index.html (limited to 'files/es/web/html/elemento/kbd') diff --git a/files/es/web/html/elemento/kbd/index.html b/files/es/web/html/elemento/kbd/index.html new file mode 100644 index 0000000000..1f29dead64 --- /dev/null +++ b/files/es/web/html/elemento/kbd/index.html @@ -0,0 +1,120 @@ +--- +title: kbd +slug: Web/HTML/Elemento/kbd +tags: + - HTML + - 'HTML:Elemento' + - Todas_las_Categorías +translation_of: Web/HTML/Element/kbd +--- +

 

+ +

Definición

+ +

Marca el texto que debe introducir el usuario.

+ +
+
Sus etiquetas son: <kbd> y </kbd> (ambas obligatorias)
+
+ +
+
Crea una caja: en linea.
+
+ +
+
Está definido como: Elemento de frase.
+
+ +
+
Puede contener: en linea
+
+ +

Atributos

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Atributovalordescripción
Genéricos
titletextoimplícitotítulo consultivo del elemento.
stylereglas de estiloimplícitoinformación de estilo en línea.
idIDimplícitoidentificador único a nivel de documento.
classCDATAimplícitolista de clases separadas por espacios.
dir(ltr|rtl)implícitodirección del texto débil/neutral
langcódigo de idiomaimplícitoinformación sobre el idioma
Eventos: onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.
Específicos
No tiene
De transición
No tiene
Atributovalordescripción
+ +

 

+ +

Ejemplos

+ +
<p>
+Si está conforme escriba <kbd>sí</kbd>. Si no, pulse <kbd>esc</kbd>
+</p>
+
+ +

Se visualiza asi

+ +

Si esta conforme escriba si. Si no, pulse esc

+ +

 

+ +

Comentarios

+ +

La visualizacion puede cambiar segun el navegador debido a los estilos preestablecidos por cada uno.

-- cgit v1.2.3-54-g00ecf