|
List of all HTML tags supported
HTMLUI supports the following HTML tags for layout and customization of the elements.
- A (Link)
- B (Makes text bold)
- BR (Break line)
- EM (Makes text italic)
- FONT (Inline element for text)
- H1 - H6 (Tags for heading styling)
- HR (Horizontal line)
- I (Makes text italic)
- U(Underlines text)
- IMG (Displays images)
- LINK (Used for attaching CSS document)
- SPAN (Inline element for applying CSS style)
- STRONG (Makes text bold)
- STYLE (Used for attaching CSS inside html document)
- TITLE (You can see it on the top of control)
- INPUT(Windows Forms controls, such a button, textbox, etc.,)
- SELECT(ListBox or ComboBox win controls)
- TEXTAREA(Multiline TextBox win control)
- CHECKBOX(CheckBox win control)
- RADIO(RadioBox win control)
- CODE(Inline tag for representing code sample)
- CUSTOM(Interface Windows Forms controls to the html elements)
- CENTER(Center align the text)
- DIV(Block tag container)
- FORM(Container for win controls)
- BODY(Container of visual document data)
- HEAD(Container for document's settings)
- LI(Simple item of the list)
- LINK(Defines link to external document such a CSS document)
- OL(Ordered list container)
- P(Container of text paragraph)
- PRE(Container of formated text)
- SCRIPT(Container of script code)
- TABLE(Represents table container)
- TR(Container of single row in the table)
- TD(Container of single cell in the table)
- TH(Header of the column in the table)
- UL(Unordered list container)
List of all HTML Tags Supported
|
|
|
|