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/atributo/index.html | |
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/atributo/index.html')
-rw-r--r-- | files/pt-br/glossario/atributo/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/files/pt-br/glossario/atributo/index.html b/files/pt-br/glossario/atributo/index.html deleted file mode 100644 index f36e6f7fed..0000000000 --- a/files/pt-br/glossario/atributo/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Atributo HTML -slug: Glossario/Atributo -tags: - - Atributos - - Glossário - - HTML - - Tags -translation_of: Glossary/Attribute ---- -<p><span class="glossaryLink new"><em>Atributos</em></span> estendem uma {{Glossary("tag")}} ("etiqueta"), modificando o comportamento dela ou fornecendo meta dados.<br> - Um atributo sempre tem a forma <code>nome=valor</code> (especificando o identificador do atributo e o valor associado a ele).</p> - -<p>Exemplo:</p> - -<p><div id="principal" class="principal"> Neste cado o <code>id</code> e <code>class</code> são o atributo e o nome pricipal o valor.</p> - -<h2 id="Aprenda_mais">Aprenda mais</h2> - -<h3 id="Referência_Técnica">Referência Técnica</h3> - -<ul> - <li><a href="/en-US/docs/Web/HTML/Attributes">Referência de atributos de HTML</a></li> - <li>Informações sobre <a href="/en-US/docs/Web/HTML/Global_attributes">atributos globais</a> de HTML.</li> -</ul> |