From 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: modify --- files/pt-br/glossary/element/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/pt-br/glossary/element/index.html') 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 ---

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.
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.

-- cgit v1.2.3-54-g00ecf