aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/attribute/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/glossary/attribute/index.html')
-rw-r--r--files/de/glossary/attribute/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/de/glossary/attribute/index.html b/files/de/glossary/attribute/index.html
new file mode 100644
index 0000000000..74f1603da5
--- /dev/null
+++ b/files/de/glossary/attribute/index.html
@@ -0,0 +1,20 @@
+---
+title: Attribut
+slug: Glossary/Attribute
+tags:
+ - Attribute
+ - CodingScripting
+ - Glossary
+ - HTML
+translation_of: Glossary/Attribute
+---
+<p><span class="glossaryLink new">Ein <strong>Attribut</strong></span> erweitert das Verhalten eines {{Glossary("tag","Tags")}} oder fügt weitere Metadaten hinzu. Ein Attribut hat immer die Form <code>name=wert</code> (der eindeutige Identifikator des Attributs und der damit verbundene Wert).</p>
+
+<h2 id="Mehr_lernen">Mehr lernen</h2>
+
+<h3 id="Technische_Referenz"><span style="font-size: 1.71428571428571rem;">Technische Referenz</span></h3>
+
+<ul>
+ <li><a href="/de/docs/Web/HTML/Attributes">HTML attribute reference</a></li>
+ <li>Informationen über die <a href="/de/docs/Web/HTML/Globale_Attribute">globalen Attribute</a> von HTML.</li>
+</ul>