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/strong/index.html | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/es/web/html/elemento/strong/index.html (limited to 'files/es/web/html/elemento/strong/index.html') diff --git a/files/es/web/html/elemento/strong/index.html b/files/es/web/html/elemento/strong/index.html new file mode 100644 index 0000000000..e04ea0a0e7 --- /dev/null +++ b/files/es/web/html/elemento/strong/index.html @@ -0,0 +1,58 @@ +--- +title: strong +slug: Web/HTML/Elemento/strong +tags: + - HTML + - 'HTML:Elemento' + - Todas_las_Categorías +translation_of: Web/HTML/Element/strong +--- +

 

+ +

Definición

+ +

El elemento strong es el apropiado para marcar con especial énfasis las partes más importantes de un texto.

+ +
+
Sus etiquetas son: <strong> y </strong> (ambas obligatorias)
+
+ +
+
Crea una caja: en linea.
+
+ +
+
Está definido como: Elemento de frase.
+
+ +
+
Puede contener: cero o más elementos en linea
+
+ +
Atributos Genéricos
+ + + +
+
Identificadores: id, class (identificadores a nivel de documento)
+
Idioma: lang (información sobre el idioma), dir (dirección del texto)
+
Eventos: onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.
+
+ +
Atributos Específicos - No tiene
+ +
Atributos Transicionales - No tiene
+ +

Ejemplos

+ +
 <p>
+     <em>El dinero</em> es importante pero <strong>la salud</strong> lo es más.
+ </p>
+
+ +

Comentarios

+ +

strong tiene un hermano menor: em. em sirve para dar énfasis y strong para dar mucho énfasis

-- cgit v1.2.3-54-g00ecf