nerdexam
CIW

1D0-510 · Question #38

Consider the following XHTML code from a Web form: How often do you want to be updated?<br/> <select name="frequency"><option>Once a week</option><option>Once or twice a month</option><option>Once a…

The correct answer is C. A single-option select list. See the full explanation below for the reasoning.

Question

Consider the following XHTML code from a Web form: How often do you want to be updated?<br/> <select name="frequency"><option>Once a week</option><option>Once or twice a month</option><option>Once a month</option><option value="NotAtAll" > Never</option></select> Which type of Web form field will this code create?

Options

  • AA group of check boxes
  • BA group of radio buttons
  • CA single-option select list
  • DA scrolling multiple-select list

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    2% (1)
  • C
    74% (32)
  • D
    16% (7)

Community Discussion

No community discussion yet for this question.

Full 1D0-510 Practice