blob: 74f1603da5516ae6fb1ebd12389c4c8c9cd2b013 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
 |