diff options
Diffstat (limited to 'files/es/web/html/elemento/style/index.html')
-rw-r--r-- | files/es/web/html/elemento/style/index.html | 122 |
1 files changed, 0 insertions, 122 deletions
diff --git a/files/es/web/html/elemento/style/index.html b/files/es/web/html/elemento/style/index.html deleted file mode 100644 index c298d810ad..0000000000 --- a/files/es/web/html/elemento/style/index.html +++ /dev/null @@ -1,122 +0,0 @@ ---- -title: style -slug: Web/HTML/Elemento/style -tags: - - HTML - - 'HTML:Elemento' - - Todas_las_Categorías -translation_of: Web/HTML/Element/style ---- -<h3 id="Definici.C3.B3n" name="Definici.C3.B3n">Definición</h3> - -<p><strong>style</strong> - estilo. Es el elemento encargado de indicar la información de estilo.</p> - -<dl> - <dd><strong>Sus etiquetas son</strong>: <code><style></code> y <code></style></code> (ambas obligatorias).</dd> - <dd><strong>Está definido como</strong>: Elemento <a href="es/HTML/Elemento/Tipos_de_elementos#decabecera">de cabecera</a>.</dd> -</dl> - -<dl> - <dd><strong>Crea una caja</strong>: No.</dd> - <dd><strong>Puede contener</strong>: Declaraciones de estilo.</dd> - <dd><strong>Debe ser contenido por</strong>: Elementos <a href="es/HTML/Elemento/Tipos_de_elementos#head">head</a>.</dd> -</dl> - -<h4 id="Atributos" name="Atributos">Atributos</h4> - -<p><del>Por defecto:</del> Debe indicarlo el autor.</p> - -<table class="fullwidth-table standard-table"> - <tbody> - <tr> - <th>atributo</th> - <th>descripción</th> - <th>valor</th> - </tr> - <tr> - <th colspan="3">Genéricos</th> - </tr> - <tr> - <td><a class="external" href="http://html.conclase.net/w3c/html401-es/struct/global.html#adef-title"><span style="color: green;">title </span></a></td> - <td>Texto informativo o título del elemento. Suele mostrarse a modo de "tool tip".</td> - <td>Texto legible por personas. Sensible a <abbr title="diferencia entre Mayúsculas y minúsculas">M/m.</abbr>. Por defecto: Lo fija el navegador.</td> - </tr> - <tr> - <td><a class="external" href="http://html.conclase.net/w3c/html401-es/struct/dirlang.html#adef-lang"><span style="color: green;">lang </span></a></td> - <td>Información sobre el <a class="external" href="http://html.conclase.net/w3c/html401-es/struct/dirlang.html">idioma del contenido</a> del elemento y del valor de sus atributos.</td> - <td>Un <a class="external" href="http://html.conclase.net/w3c/html401-es/types.html#type-langcode">código de idioma</a>. Por defecto: "desconocido". Lo fija el navegador.</td> - </tr> - <tr> - <td><a class="external" href="http://html.conclase.net/w3c/html401-es/struct/dirlang.html#adef-dir"><span style="color: green;">dir </span></a></td> - <td>Indica la <a class="external" href="http://html.conclase.net/w3c/html401-es/struct/dirlang.html">dirección de texto</a> y tablas.</td> - <td>Uno de los siguientes: <abbr title="Left-to-right"> 'ltr' </abbr> o <abbr title="Right-to-left"> 'rtl'. </abbr> Por defecto: En castellano 'ltr'. Lo fija el navegador.</td> - </tr> - <tr> - <th colspan="3">Específicos</th> - </tr> - <tr> - <td><a class="external" href="http://html.conclase.net/w3c/html401-es/present/styles.html#adef-type-STYLE"><code style="color: green;">type </code></a></td> - <td>Indica el lenguaje de hojas de estilo usado.</td> - <td>Un tipo <a class="external" href="http://html.conclase.net/w3c/html401-es/types.html#type-content-type">MIME</a>. Para CSS es: "text/css".</td> - </tr> - <tr> - <td><a class="external" href="http://html.conclase.net/w3c/html401-es/present/styles.html#adef-media"><code style="color: green;">media </code></a></td> - <td>Indica el/los medios a los que está destinada la información de estilo.</td> - <td>Uno o más <a class="external" href="http://html.conclase.net/w3c/html401-es/types.html#type-media-descriptors">descriptores de medio</a> separados por coma. Por defecto: 'screen'. Lo fija el navegador</td> - </tr> - <tr> - <th colspan="3">De transición</th> - </tr> - <tr> - <td colspan="3">No tiene</td> - </tr> - <tr> - <th>atributo</th> - <th>descripción</th> - <th>valor</th> - </tr> - </tbody> -</table> - -<h3 id="Ejemplos_de_uso" name="Ejemplos_de_uso">Ejemplos de uso</h3> - -<div class="highlight"> -<h4 id="Ejemplo_simple" name="Ejemplo_simple">Ejemplo simple</h4> - -<pre class="eval"><<strong>style</strong> type="text/css"> - p { color: red; } -</<strong>style</strong>> -<p> Texto en rojo </p> -</pre> -</div> - -<h3 id="Estilo_predeterminado" name="Estilo_predeterminado">Estilo predeterminado</h3> - -<h3 id="Notas" name="Notas">Notas</h3> - -<h3 id="Referencia" name="Referencia">Referencia</h3> - -<ul> - <li>El elemento <a class="external" href="http://html.conclase.net/w3c/html401-es/present/styles.html#edef-STYLE"><strong>style</strong> en la especificación</a> de html 4.01</li> - <li>Especificación de <a class="external" href="http://www.sidar.org/recur/desdi/traduc/es/css/cover.html">CSS 2</a></li> -</ul> - -<h3 id="Soporte" name="Soporte">Soporte</h3> - -<p>Puede consultar esta <a class="external" href="http://www.webdevout.net/browser_support_html.php#support-html401-style">comparativa</a>: IE 6 - IE 7 - FF 1.5 - OP 9.</p> - -<p> </p> - -<hr> -<div class="note"> -<p>Estamos ampliando este documento, posiblemente contenga defectos y carencias. ¡Estamos en obras!... disculpen las molestias.</p> - -<p>¿Quieres participar en su elaboración? Para saber cómo hacerlo consulta <a>MDC:Como ayudar</a>.</p> -</div> - -<p><br> - <span class="comment">Categoría</span></p> - -<p><span class="comment">interwiki links</span></p> - -<p><span class="comment">automatismos</span></p> |