Which of the following is not valid value for type attribute input page?
a) checkbox
b) radio button
c) submit
d) reset
Which of the following is syntactically correct HTML code?
a) <INPUT type=” submit” values=” submit”>
b) <INPUT text=” submit” value=” reset”>
c) <INPUT type=” submit” values=” reset”>
d) <INPUT TYPE=” reset” text=” clear”>
To provide a default checkbox, you can use which attribute of input tag?
a) checkbox
b) checked
c) mark
d) none of these
Which of the following pre-select a specific option?
a) <OPTION select>
b) <OPTION mark>
c) <OPTION selected>
d) <OPTION checked>
Which of the following is not an attribute of select tag?
a) name
b) multiple
c) size
d) selected
Which of the following is not an attribute of textarea tag?
a) wrap
b) min length
c) cols
d) name