Wegpunkt-Suche: 
Erlaubte HTML-Elemente

Alle hier nicht aufgeführten Tags und Attribute werden gefiltert. Gegebenenfalls wird die Liste erweitert oder um das eine oder andere Element gekürzt. Alle bereits eingestellten Beschreibungen bleiben davon jedoch unberührt.

Kursiv wiedergegebene Tags und Attribute werden in HTML5 nicht mehr unterstützt und sollten vermieden werden.

 Tags

Die folgenden HTML-Tags sind erlaubt:

!--, a, abbr, acronym, address, area, b, bdo, big, blockquote, br, caption, cite, code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, font1, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, legend, li, map, ol, p, pre, q, samp, small, span, strike1, strong, sub, sup, table, tbody, td, th, thead, tfoot, tr, tt, u, ul, var

Ersatz für nicht erlaubte oder veraltete Tags:

acronym →   abbr
big →   span style="font-size:larger"
center →   p style="text-align:center"
s →   span style="text-decoration:line-through"
tt →   code

1 Wird im Eingabemodus „Editor“ in andere Elemente umgewandelt.

 Attribute

Die folgenden allgemeinen HTML-Attribute sind erlaubt:

class, dir, id2, lang, style, title

Die folgenden speziellen HTML-Attribute sind erlaubt:

a href, name2, rel, target='_blank'
area alt, coords, href, shape, target='_blank'
bdo dir
blockquote cite
col align, span, width
colgroup span
del cite
font color, size
hr size, noshade
img align, alt, border, height, hspace, src, usemap2, vspace, width
ins cite
map name2
ol compact, type
q cite
table align, bgcolor, border, cellpadding, cellspacing, frame, rules, summary, width
td, th abbr, align, bgcolor, colspan, height, nowrap, rowspan, scope, valign, width
tr align, bgcolor, valign
ul compact

Ersatz für nicht erlaubte oder veraltete Attribute:

align →   style="text-align:...; vertical-align:..."
bgcolor →   style="background-color:..."
border →   style="border:..."
color →   style="text-color:..."
hspace →   style="margin-left:...; margin-right:..."
name →   id="..."
vspace →   style="margin-top:...; margin-bottom:..."
width →   style="width:..."

2 Die IDs bzw. Namen müssen mit custom_ beginnen.

 CSS-Stile

Die folgenden CSS-Stile sind erlaubt:

background, background-attachment, background-color, background-image, background-position, background-repeat

border, border-bottom, border-bottom-color, border-bottom-style, border-bottom-width, border-collapse, border-color border-left, border-left-color, border-left-style, border-left-width, border-right, border-right-color, border-right-style, border-right-width, border-spacing border-style border-top, border-top-color, border-top-style border-width

caption-side

clear

color

display

float

font, font-family, font-size, font-style, font-variant, font-weight

height

letter-spacing

line-height

list-style, list-style-image, list-style-position, list-style-type

margin, margin-bottom, margin-left, margin-right, margin-top

min-height, max-height, min-width, max-width

padding, padding-bottom, padding-left, padding-right, padding-top

table-layout

text-align, text-decoration, text-indent, text-transform

vertical-align

visibility

white-space

width

word-spacing