A) name, id, multiple
B) name, id, multiple, rows, cols
C) name, id, multiple, selected
D) name, id, multiple, checked
Correct Answer
verified
Multiple Choice
A) < input type="reset" >
B) < input type="submit" value="Reset" >
C) < reset >
D) < form action="reset" >
Correct Answer
verified
Multiple Choice
A) check box
B) radio button
C) text box
D) select list
Correct Answer
verified
Multiple Choice
A) input[type="submit"]
B) submit
C) submit[input]
D) input.submit
Correct Answer
verified
Multiple Choice
A) select list
B) text box
C) scrolling text box
D) None of the above
Correct Answer
verified
Multiple Choice
A) radio
B) url
C) e-mail
D) text
Correct Answer
verified
Multiple Choice
A) The form element is optional
B) It is recommended to use mailto: as the action on a form since that is the easiest for the web developer
C) A form can be used to pass information to a program or script on the web server
D) none of the above is true
Correct Answer
verified
Multiple Choice
A) < input type="submit" >
B) < submit >< /submit >
C) < input type="form" value="submit" >
D) < select option="submit" >
Correct Answer
verified
Multiple Choice
A) group
B) fieldset
C) form
D) label
Correct Answer
verified
Multiple Choice
A) spinner
B) range
C) number
D) input
Correct Answer
verified
Multiple Choice
A) < textarea name="feedback" width="60" rows="3" >< /textarea >
B) < input type="textarea" name="feedback" size="60" rows="3" >
C) < textarea name="feedback" rows="3" cols="60" >< /textarea >
D) none of the above
Correct Answer
verified
Multiple Choice
A) size
B) maxlength
C) limit
D) columns
Correct Answer
verified
Multiple Choice
A) The input element with type="email" will cause all browsers to edit for a valid e-mail address.
B) The required attribute will cause all browsers to verify that the user has entered information into the form control.
C) The input element with type="date" will cause all browsers to display a calendar control
D) The input element with type="email" will cause browsers that do not support the attribute to display a text box.
Correct Answer
verified
Multiple Choice
A) size
B) maxsize
C) limit
D) columns
Correct Answer
verified
Multiple Choice
A) check box
B) radio button
C) text box
D) scrolling text box
Correct Answer
verified
Multiple Choice
A) select list
B) check box
C) datalist
D) slider
Correct Answer
verified
Multiple Choice
A) A scrolling text box is created using an input element with type="textarea".
B) A text box is created using an input element with type="box".
C) A select list is created using select and input elements.
D) A scrolling text box is created using a textarea element.
Correct Answer
verified
Multiple Choice
A) name
B) id
C) value
D) none of the above
Correct Answer
verified
Multiple Choice
A) label
B) p
C) form
D) legend
Correct Answer
verified
Multiple Choice
A) spinner
B) range
C) number
D) input
Correct Answer
verified
Showing 1 - 20 of 26
Related Exams