From 68fc8e96a9629e73469ed457abd955e548ec670c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: move --- files/pt-br/glossary/attribute/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 files/pt-br/glossary/attribute/index.html (limited to 'files/pt-br/glossary/attribute/index.html') diff --git a/files/pt-br/glossary/attribute/index.html b/files/pt-br/glossary/attribute/index.html new file mode 100644 index 0000000000..f36e6f7fed --- /dev/null +++ b/files/pt-br/glossary/attribute/index.html @@ -0,0 +1,25 @@ +--- +title: Atributo HTML +slug: Glossario/Atributo +tags: + - Atributos + - Glossário + - HTML + - Tags +translation_of: Glossary/Attribute +--- +

Atributos estendem uma {{Glossary("tag")}} ("etiqueta"), modificando o comportamento dela ou fornecendo meta dados.
+ Um atributo sempre tem a forma nome=valor (especificando o identificador do atributo e o valor associado a ele).

+ +

Exemplo:

+ +

<div id="principal" class="principal">  Neste cado o id e class são o atributo e o nome pricipal o valor.

+ +

Aprenda mais

+ +

Referência Técnica

+ + -- cgit v1.2.3-54-g00ecf