diff options
Diffstat (limited to 'files/pt-br/glossary/element/index.html')
-rw-r--r-- | files/pt-br/glossary/element/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-br/glossary/element/index.html b/files/pt-br/glossary/element/index.html index 70420db414..b010df4780 100644 --- a/files/pt-br/glossary/element/index.html +++ b/files/pt-br/glossary/element/index.html @@ -1,11 +1,12 @@ --- title: Elemento -slug: Glossario/Elemento +slug: Glossary/Element tags: - Codificação de Scripts - Glossário - HTML translation_of: Glossary/Element +original_slug: Glossario/Elemento --- <p>Um elemento é parte de uma página web. Em XML e HTML, um elemento pode conter um item de dados, ou um bloco de texto, ou uma imagem, ou talvez nada. Um elemento típico inclui uma tag de abertura com alguns atributos, o conteúdo de texto incluído e uma tag de fechamento.<br> <img alt="Example: in <p class="nice">Hello world!</p>, '<p class="nice">' is an opening tag, 'class="nice"' is an attribute and its value, 'Hello world!' is enclosed text content, and '</p>' is a closing tag." src="https://mdn.mozillademos.org/files/7659/anatomy-of-an-html-element.png" style="height: 181px; width: 609px;"></p> |