Class | Description |
---|---|
Address |
The <address> tag defines the contact information for the author or
owner of a document.
|
Anchor |
The <a> tag defines an anchor.
|
Bdo |
bdo stand for bidirectional override.
|
Blockquote |
The <blockquote> tag defines a long quotation.
|
Button |
The <button> tag defines a push button.
|
CheckBox |
<input type="checkbox" /> defines a checkbox.
|
DefinitionDescription |
The <dd> tag is used to describe an item in a definition list.
|
DefinitionList |
The <dl> tag defines a definition list.
|
DefinitionTerm |
The <dt> tag defines the start of a term in a definition list.
|
DeletedText |
Defines text that has been deleted in a document.
|
Div |
The <div> tag defines a division or a section in an HTML document.
|
Fieldset |
The <fieldset> tag is used to logically group together elements in a
form.
|
Form |
By default element have method = Method.Post and enctype = Enctype.Multipart.
|
Heading1 |
The <h1>to <h6>tags are used to define HTML headings.
|
Heading2 |
The <h1>to <h6>tags are used to define HTML headings.
|
Heading3 |
The <h1>to <h6>tags are used to define HTML headings.
|
Heading4 |
The <h1>to <h6>tags are used to define HTML headings.
|
Heading5 |
The <h1>to <h6>tags are used to define HTML headings.
|
Heading6 |
The <h1>to <h6>tags are used to define HTML headings.
|
HorizontalRule |
The <hr> tag inserts a horizontal rule.
|
Image |
The <img> tag embeds an image in an HTML page.
|
Input |
The <input> tag is used to select user information.
|
InputButton |
<input type="button" /> defines a clickable button, that does not do
anything.
|
InputFile |
<input type="file" /> is used for file uploads.
|
InputImage |
<input type="image" /> defines an image as a submit button.
|
InputPassword |
<input type="password" /> defines a password field.
|
InputText |
<input type="text" /> defines a one-line input field that a user can
enter text into.
|
InsertedText |
Defines inserted text.
|
Label |
The <label> tag defines a label for an input element.
|
Legend |
The <legend> tag defines a caption for the fieldset element.
|
LineBreak |
The <br> tag inserts a single line break.
|
ListItem |
The <li> tag defines a list item.
|
Option |
The <option> tag defines an option in a select list.
|
OptionGroup |
Defines an option group.
|
OrderedList |
The <ol> tag is used to create an ordered list.
|
Paragraph |
The <p< tag defines a paragraph.
|
RadioButton |
<input type="radio" /> defines a radio button.
|
Select |
The <select> tag is used to create a select list (drop-down list).
|
Span |
The <span> tag provides no visual change by itself.
|
Table |
The <table> tag defines an HTML table.
|
TableCaption |
The <caption> tag defines a table caption.
|
TableCell |
The <td> tag defines a standard cell in an HTML table.
|
TableHeadCell |
The <th> tag defines a header cell in an HTML table.
|
TableRow |
The <tr> tag defines a row in an HTML table.
|
TextArea |
The <textarea> tag defines a multi-line text input control.
|
UnorderedList |
The <ul> tag defines an unordered list (a bulleted list).
|
Enum | Description |
---|---|
Anchor.Relationship |
Specifies the relationship
|
Anchor.Target |
Where to open the target URL
|
Button.Type |
Type options of the button element
|
Form.Enctype |
Represent type of how form-data should be encoded
|
Form.Method |
Represent type of how to send form-data
|
Input.Type |
Specifies the type of an input element
|
Table.Frame |
Specifies which parts of the outside borders that should be visible
|
Table.Rules |
Specifies which parts of the inside borders that should be visible
|
TableCell.Align |
Aligns the content in a cell
|
TableCell.VerticalAlign |
Vertical aligns the content in a cell
|
TableRow.Align |
he align attribute specifies the horizontal alignment of the content in a
table row
|
TableRow.VerticalAlign |
The valign attribute specifies the vertical alignment of the content in a
table row
|