Zum Inhalt

MWML [SPAN]-Tag

Erzeugt einen Inline-Container

Syntax

[SPAN]...[/SPAN]

Attribute

Attribut Wert Beschreibung
id Integer Eindeutige Id des Elements
class Klassenname(n) CSS-Klassen
Beispiel: class='hint'
style CSS CSS-Anweisungen
Beispiel: style='color: #446633; font-weight: bold;'

Beispiel

[SPAN class='hint' style='color: #446633; font-weight: bold;']Das ist ein Text[/SPAN]

<span class="hint" style="color: #446633; font-weight: bold;">Das ist ein Text</span>

Das ist ein Text