|
Class Summary |
| Button |
Creates input buttons for use in an HTML form. |
| Form |
Use the class class to build an HTML form. |
| Formatter |
HTML formats text, which contains special tags to indicate various
text features (bold, italic, etc). |
| HTMLTable |
Implements an HTML table. |
| Image |
Represents an inline image that can be part of a web page. |
| SelectionList |
Create a dropdown menu or a scrollable list in an html form. |
| TextInput |
There are three types of Text inputs: scrolling (TEXTAREA tag),
single-line (INPUT tag) and password (INPUT tag). |
| WebPage |
An HTML document has a minimal required structure ( HEAD, BODY, etc). |