aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/attribute
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/attribute
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/attribute')
-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>