MWML [SPAN]-Tag

MWML [SPAN]-Tag

Creates an inline container

Syntax

  1. [SPAN]...[/SPAN]

Attributes

Attribute
Value
Description
id
Integer
Unique ID of the element
class
Class name(s)
CSS classes
Example: class='hint'
style
CSS
CSS instructions
Example: style='color: #446633; font-weight: bold;'

Example

MWML-Input
HTML-Output
Preview
MWML-Input
  1. [SPAN class='hint' style='color: #446633; font-weight: bold;']Das ist ein Text[/SPAN]
HTML-Output
  1. <span class="hint" style="color: #446633; font-weight: bold;">Das ist ein Text</span>
Preview

Das ist ein Text