Nome do Controle | Tag HTML |
HtmlHead | <head> element |
HtmlInputButton | <input type=button|submit|reset> |
HtmlInputCheckbox | <input type=checkbox> |
HtmlInputFile | <input type=file> |
HtmlInputHidden | <input type=hidden> |
HtmlInputImage | <input type=image> |
HtmlInputPassword | <input type=password> |
HtmlInputRadioButton | <input type=radio> |
HtmlInputReset | <input type=reset> |
HtmlText | <input type=text|password> |
HtmlImage | <img> element |
HtmlLink | <link> element |
HtmlAnchor | <a> element |
HtmlButton | <button> element |
HtmlForm | <form> element |
HtmlTable | <table> element |
HtmlTableCell | <td> and <th> |
HtmlTableRow | <tr> element |
HtmlTitle | <title> element |
HtmlSelect | <select> element |
HtmlGenericControl | All HTML controls not listed |