aboutsummaryrefslogtreecommitdiff
path: root/files/es/learn/css/howto/css_faq
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/learn/css/howto/css_faq')
-rw-r--r--files/es/learn/css/howto/css_faq/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/learn/css/howto/css_faq/index.html b/files/es/learn/css/howto/css_faq/index.html
index 36c2fa1317..3037ac68c8 100644
--- a/files/es/learn/css/howto/css_faq/index.html
+++ b/files/es/learn/css/howto/css_faq/index.html
@@ -1,10 +1,11 @@
---
title: Preguntas frecuentes sobre CSS
-slug: Web/CSS/Preguntas_frecuentes_sobre_CSS
+slug: Learn/CSS/Howto/CSS_FAQ
tags:
- CSS
- Proyecto MDC
translation_of: Learn/CSS/Howto/CSS_FAQ
+original_slug: Web/CSS/Preguntas_frecuentes_sobre_CSS
---
<h4 id="My_CSS_is_valid.2C_but_not_correctly_rendered" name="My_CSS_is_valid.2C_but_not_correctly_rendered"><span class="goog-gtc-unit" id="goog-gtc-unit-2"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr">Mi CSS es válida, pero no se representa correctamente</span></span></h4>
<p><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style="">Los navegadores utilizan la declaración <code>DOCTYPE</code> para elegir entre mostrar el documento usando un modo que sea más compatible con los estándares de la Web o mostrarlo con los fallos de los navegadores antiguos.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style="">El uso de una declaración <code>DOCTYPE</code> correcta y moderna al inicio del código HTML mejorará el cumplimiento de los estándares del navegador.</span></span></p>