aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/glossary/element
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:25 +0100
commit8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch)
treee1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/glossary/element
parent2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff)
downloadtranslated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz
translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2
translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/glossary/element')
-rw-r--r--files/pt-pt/glossary/element/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-pt/glossary/element/index.html b/files/pt-pt/glossary/element/index.html
index 4acc682ed0..99cf652e10 100644
--- a/files/pt-pt/glossary/element/index.html
+++ b/files/pt-pt/glossary/element/index.html
@@ -1,11 +1,12 @@
---
title: Elemento
-slug: Glossário/Elemento
+slug: Glossary/Element
tags:
- CodingScripting
- Glossário
- HTML
translation_of: Glossary/Element
+original_slug: Glossário/Elemento
---
<p>Um elemento faz parte de uma página da Web. Em XML e HTML, um elemento pode conter um item de dados ou parte de texto ou uma imagem, ou talvez nada. Um elemento típico inclui uma <em>tag</em> de abertura com alguns atributos, conteúdo de texto fechado e uma <em>tag</em> de fecho.<img alt="Example: in &lt;p class=&quot;nice&quot;>Hello world!&lt;/p>, '&lt;p class=&quot;nice&quot;>' is an opening tag, 'class=&quot;nice&quot;' is an attribute and its value, 'Hello world!' is enclosed text content, and '&lt;/p>' is a closing tag." src="https://mdn.mozillademos.org/files/7659/anatomy-of-an-html-element.png" style="height: 181px; width: 609px;"></p>