From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/glossary/attribute/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/de/glossary/attribute/index.html (limited to 'files/de/glossary/attribute') 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 +--- +

Ein Attribut erweitert das Verhalten eines {{Glossary("tag","Tags")}} oder fügt weitere Metadaten hinzu. Ein Attribut hat immer die Form name=wert (der eindeutige Identifikator des Attributs und der damit verbundene Wert).

+ +

Mehr lernen

+ +

Technische Referenz

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