Contents

Which of the following is not valid value for type attribute input page?
a) checkbox                         
b) radio button
c) submit                                              
d) reset

b

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”>

c

To provide a default checkbox, you can use which attribute of input tag?
a) checkbox                         
b) checked
c) mark                                 
d) none of these

b

Which of the following pre-select a specific option?
a) <OPTION select>
b) <OPTION mark>
c) <OPTION selected>                                     
d) <OPTION checked>

c

Which of the following is not an attribute of select tag?
a) name                                
b) multiple
c) size                                    
d) selected

c

Which of the following is not an attribute of textarea tag?
a) wrap                                 
b) min length
c) cols                                    
d) name

b