public class HTML extends Object
| Constructor and Description |
|---|
HTML()
|
| Modifier and Type | Method and Description |
|---|---|
static A |
a()
|
static A |
a(String
|
static B |
b()
|
static Blockquote |
blockquote()
|
static Br |
br()
|
static Div |
div()
|
static Div |
div(String
|
static Em |
em()
|
static Headline |
h1()
|
static Headline |
h2()
|
static Headline |
h3()
|
static Headline |
h4()
|
static Headline |
h5()
|
static Headline |
h6()
|
static Hr |
hr()
|
static I |
i()
|
static Img |
img()
|
static Img |
img(String
|
static Img |
img(String
|
static ListItem |
li()
|
static OrderedList |
ol()
|
static P |
p()
|
static Pre |
pre()
|
static Small |
small()
|
static Span |
span()
|
static Strong |
strong()
|
static Sub |
sub()
|
static Sup |
sup()
|
static Table |
table()
|
static TableBody |
tbody()
|
static TableCell |
td()
|
static TableHeader |
th()
|
static TableHead |
thead()
|
static TableRow |
tr()
|
static UnorderedList |
ul()
|
static Wbr |
wbr()
|
public static Divdiv()
public static Pp()
public static Hrhr()
public static Headlineh1()
public static Headlineh2()
public static Headlineh3()
public static Headlineh4()
public static Headlineh5()
public static Headlineh6()
public static UnorderedListul()
public static OrderedListol()
public static ListItemli()
public static Prepre()
public static Blockquoteblockquote()
public static Tabletable()
public static TableHeadthead()
public static TableBodytbody()
public static TableRowtr()
public static TableHeaderth()
public static TableCelltd()
public static Brbr()
public static Wbrwbr()
public static Spanspan()
public static Aa()
public static Imgimg()
public static Bb()
public static Ii()
public static Emem()
public static Strongstrong()
public static Smallsmall()
public static Supsup()
public static Subsub()