HtmlForm Class
The class for an area on a page in a Web application.
HtmlHeading Class
Text that is completely bold or larger than the base font size in a Web application is considered an HtmlHeading.
HtmlHidden Class
The class for a hidden input field in a Web application.
HtmlImage Class
Any area that is drawn using a bitmap in a Web application is considered an HtmlImage, regardless of whether the image contains links or not.
HtmlLink Class
A link is one or more words that the user of a Web application can click to jump to another page or a different location in the same page.
HtmlList Class
A list of one or more items in a Web application.
HtmlTable Class
A series of two or more rows and two or more columns in a Web application.
HtmlText Class HtmlText is defined as any rendered text in a Web application that does not belong to any other Html class, that is, is not a list, link, table, or heading.