Advertisements
Advertisements
Question
In the table below, in left column you will find some web form screenshots and in right column some HTML code. Match the code of right column with the appropriate screenshot in the left column.
| (a) | 1. |
|
|
| (b) | 2. |
|
|
| (c) | 3. |
|
|
| (d) | 4. |
|
|
| (e) | ![]() |
5. |
|
Match the Columns
Advertisements
Solution
| (a) | 3. |
<select name="day"> <option value="Friday" selected>Friday</option> <option value="Saturday">Saturday</option> <option value="Sunday">Sunday</option> </select> |
|
| (b) | 1. |
Type here <input type="text" name="username">
|
|
| (c) | 4. |
<input type="checkbox" name="day" value="Friday" checked> Friday <input type="checkbox" name="day" value="Saturday"> Saturday <input type="checkbox" name="day" value="Sunday"> Sunday |
|
| (d) | 5. |
<input type="radio" name="day" value="Friday" checked> Friday <input type="radio" name="day" value="Saturday"> Saturday <input type="radio" name="day" value="Sunday"> Sunday |
|
| (e) | ![]() |
2. |
<textarea name="comment">Type here</textarea> |
shaalaa.com
Is there an error in this question or solution?

