diff options
Diffstat (limited to 'files/es/glossary/atributo/index.html')
-rw-r--r-- | files/es/glossary/atributo/index.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/files/es/glossary/atributo/index.html b/files/es/glossary/atributo/index.html deleted file mode 100644 index 42027cf072..0000000000 --- a/files/es/glossary/atributo/index.html +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Atributo -slug: Glossary/Atributo -translation_of: Glossary/Attribute ---- -<p>Un atributo amplía una etiqueta ({{Glossary("tag")}}), cambiando su comportamiento o proporcionando metadatos. Un atributo tiene la forma nombre=valor (especificando el identificador del atributo y el valor asociado al atributo).</p> - -<h2 id="Saber_más">Saber más</h2> - -<h3 id="Referencia_técnica"><span style="font-size: 1.71428571428571rem;">Referencia técnica</span></h3> - -<ul> - <li><a href="/en-US/docs/Web/HTML/Attributes">HTML attribute reference</a></li> - <li>Information about HTML's <a href="/en-US/docs/Web/HTML/Global_attributes">global attributes</a>.</li> -</ul> |