HTML Tag Support
Tag | Comment | Supported Attributes |
---|---|---|
html | ignored | |
head | ignored | |
title | if a document is available, the title is set with document.addTitle(title) . |
|
meta | parses http-equiv="Content-Type" and the charset | http-equiv, content |
script | ignored | |
style | parsed and added to css processing | |
link | css is parsed and added to global styles | type, href |
body | direct content in body is added | |
a | supported | href, name |
br | supported | |
div | direct content in div is added | |
h1 to h6 | supported | |
p | supported | |
span | supported | |
img | supported | src, width, height |
hr | supported | |
ul, ol, li | supported | |
dfn, dl, dt | supported | |
table | supported, including nested tables, but behavior is not a 100% tested. | width, border, cellspacing, cellpadding |
tr | supported | |
td, th | supported | width, rowspan, colspan |
thead, tfoot, tbody | supported | |
caption | caption element of a table is supported | |
sub | supported | |
sup | supported | |
small, big | supported | |
b, strong | supported | |
u, ins | supported | |
i, cite, em, var, dfn, address | supported | |
pre, tt, code, kbd, samp | supported | |
s, strike, del | supported |