Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert css/orphaned/conflicting folders to Markdown (es) #9534

Merged
merged 8 commits into from
Oct 26, 2022
Merged

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ <h3 id="Ver_También">Ver También</h3>
Evento <code>DOMContentLoaded</code> en <a href="/En/Listening_to_events#Simple_DOM.c2.a0events" title="En/Listening to events#Simple DOM.c2.a0events">Escuchando los Evento:Eventos DOM Simples</a></div>
</li>
</ul>
<p>{{ languages( { "fr": "fr/DOM/window.onload", "pl": "pl/DOM/window.onload" } ) }}</p>
125 changes: 0 additions & 125 deletions files/es/conflicting/web/css/css_fonts/index.html

This file was deleted.

161 changes: 161 additions & 0 deletions files/es/conflicting/web/css/css_fonts/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
---
title: basefont
slug: conflicting/Web/CSS/CSS_Fonts
tags:
- HTML
- HTML:Elemento
- Todas_las_Categorías
translation_of: Web/HTML/Element/basefont
original_slug: Web/HTML/Element/basefont
---
### Definición

- **basefont** -_fuente base_ . Permite cambiar algunas propiedades del texto.

- : **Sus etiquetas son**: \<basefont> (solo tiene una).

- **Está definido como**: Elemento [desaprobado](es/HTML/Elemento/Tipos_de_elementos#desaprobado).
- : En un doctype transicional está definido como un elemento [especial](es/HTML/Elemento/Tipos_de_elementos#especial) y por lo tanto [en línea](es/HTML/Elemento/Tipos_de_elementos#enlinea).

**Crea una caja**: No.
**Puede contener**: Nada.

#### Atributos

<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-id"
><span style="color: green">id</span></a
>
</td>
<td>
Le da un nombre al elemento que lo diferencia de todos los demás del
documento.
</td>
<td>
Un
<a
class="external"
href="http://html.conclase.net/w3c/html401-es/types.html#type-id"
>nombre único</a
>. Sensible a
<abbr title="diferencia entre Máyusculas y minúsculas">M/m.</abbr> Por
defecto: Lo fija el navegador.
</td>
</tr>
<tr>
<th colspan="3">Específicos</th>
</tr>
<tr>
<td colspan="3">No tiene</td>
</tr>
<tr>
<th colspan="3">De transición</th>
</tr>
<tr>
<td>
<a
class="external"
href="http://html.conclase.net/w3c/html401-es/present/graphics.html#adef-size-FONT"
><span style="color: green">size</span></a
>
</td>
<td>Tamaño de la fuente. Según una tabla del 1 al 7.</td>
<td>
Un número entero (ej. 1), o un valor incremental (ej. +1).
<s>Por defecto:</s> debe indicarlo el autor.
</td>
</tr>
<tr>
<td>
<a
class="external"
href="http://html.conclase.net/w3c/html401-es/present/graphics.html#adef-color-FONT"
><span style="color: green">color</span></a
>
</td>
<td>El color del texto.</td>
<td>
Un
<a
class="external"
href="http://html.conclase.net/w3c/html401-es/types.html#h-6.5"
>color RGB</a
>. Por defecto: Lo fija el navegador.
</td>
</tr>
<tr>
<td>
<a
class="external"
href="http://html.conclase.net/w3c/html401-es/present/graphics.html#adef-face-FONT"
><span style="color: green">face</span></a
>
</td>
<td>Especifica la/s fuentes para el texto.</td>
<td>
Lista de nombres de fuentes separadas por coma. Por defecto: Lo fija el
navegador.
</td>
</tr>
<tr>
<th>atributo</th>
<th>descripción</th>
<th>valor</th>
</tr>
</tbody>
</table>

### Ejemplos de uso

#### Un ejemplo simple

Código:

```html
<p>
Texto normal y ...
<basefont size="5" color="#0000ff">
Texto distinto.
</p>
```

Resultado:

{{EmbedLiveSample}}

### Estilo predeterminado

### Notas

### Referencia

- El elemento [**basefont** en la especificación](http://html.conclase.net/w3c/html401-es/present/graphics.html#edef-BASEFONT) de html 4.01

### Soporte

Puede consultar esta [comparativa](http://www.webdevout.net/browser_support_html.php#support-html401-basefont): IE 6 - IE 7 - FF 1.5 - OP 9.

---

> **Nota:** Estamos ampliando este documento, posiblemente contenga defectos y carencias. ¡Estamos en obras!... disculpen las molestias.
>
> ¿Quieres participar en su elaboración? Para saber cómo hacerlo consulta MDC:Como ayudar.

Categoría

interwiki links

automatismos
Loading