diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossario/metadata | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossario/metadata')
-rw-r--r-- | files/pt-br/glossario/metadata/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/files/pt-br/glossario/metadata/index.html b/files/pt-br/glossario/metadata/index.html deleted file mode 100644 index 8877d38c2e..0000000000 --- a/files/pt-br/glossario/metadata/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Metadata -slug: Glossario/Metadata -tags: - - Glossário - - HTML - - Script de codificação - - metadados -translation_of: Glossary/Metadata ---- -<p>Os<strong> metadados </strong>são — em sua definição mais simples — dados que descrevem dados. Por exemplo, um documento {{glossary("HTML")}} é um dado, mas o HTML, também, pode conter metadados em seu elemento {{htmlelement("head")}} que descreve o documento — por exemplo, quem o escreveu e seu resumo.</p> - -<h2 id="Saiba_mais">Saiba mais</h2> - -<h3 id="Conhecimento_geral">Conhecimento geral</h3> - -<ul> - <li>{{interwiki("wikipedia", "metadata", "metadata")}} na Wikipedia</li> -</ul> - -<h3 id="Metadados_HTML">Metadados HTML</h3> - -<ul> - <li>O elelmento {{htmlelement("meta")}} no MDN</li> -</ul> |