Page 66 - DCAP312_WEB_TECHNOLOGIES_II
P. 66
Web Technologies-II
Notes The following Table 4.1 describes the HTML server controls:
Table 4.1: The HTML server controls
Control Name HTML tag
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
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
The following instance uses a basic HTML table for design. It uses some text
boxes for getting input from the users like, name, address, city, state etc. It
also has a button control, which is clicked to get the user data displayed on
the last row of the table.
The page should look like this in the design view (See Figure 4.1):
Figure 4.1: Design view for Web page
60 LOVELY PROFESSIONAL UNIVERSITY