XHTML Standaardattributen
- Vorige Pagina XHTML Modules
- Volgende Pagina XHTML Events
HTML tags have attributes. The special attributes of each tag are listed under the description of each tag. The attributes listed here are the core attributes and language attributes (with some exceptions) that are common to each tag.
Core Attributes (Core Attributes)
The following tags do not provide the following attributes: base, head, html, meta, param, script, style, and the title element.
Eigenschappen | Waarde | Beschrijving |
---|---|---|
class | class_rule or style_rule | The class (class) of an element |
id | id_name | A specific id of an element |
style | Style Definition | Inline Style Definition |
title | Hinttekst | Tekst die wordt weergegeven in de hint-tool |
Taalattributen (Language Attributes)
De volgende tags bieden geen van de hieronder vermelde eigenschappen: base, br, frame, frameset, hr, iframe, param en script-elementen.
Eigenschappen | Waarde | Beschrijving |
---|---|---|
dir | ltr | rtl | Instellen van de Richting van de Tekst |
lang | Taalcode | Instellen van de Taalcode |
Toetsenbordattributen (Keyboard Attributes)
Eigenschappen | Waarde | Beschrijving |
---|---|---|
accesskey | Tekst | Instellen van een Toetsenbordtoegangssneltoets voor een Element |
tabindex | Getal | Instellen van de Tabvolgorde van een Element |
- Vorige Pagina XHTML Modules
- Volgende Pagina XHTML Events