aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/metadato/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/metadato/index.html')
-rw-r--r--files/es/glossary/metadato/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/files/es/glossary/metadato/index.html b/files/es/glossary/metadato/index.html
deleted file mode 100644
index dddb546b28..0000000000
--- a/files/es/glossary/metadato/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
----
-title: Metadato
-slug: Glossary/Metadato
-tags:
- - CodingScripting
- - Glosario
- - HTML
-translation_of: Glossary/Metadata
----
-<p>Los<strong> metadatos </strong>son, en su definición más simple, datos que describen otros datos. Por ejemplo, un documento {{glossary("HTML")}} son datos, pero HTML también puede contener metadatos en su elemento {{htmlelement("head")}} que describe el documento, como por ejemplo, quién lo escribió y su resumen.</p>
-
-<h2 id="Saber_más">Saber más</h2>
-
-<h3 id="Conocimientos_generales">Conocimientos generales</h3>
-
-<ul>
- <li>{{interwiki("wikipedia", "Metadatos", "Metadatos")}} en Wikipedia</li>
-</ul>
-
-<h3 id="HTML_metadata">HTML metadata</h3>
-
-<ul>
- <li>The {{htmlelement("meta")}} element on MDN</li>
-</ul>