Consider the following XHTML code from a Web form: How often do you want to be updated?

🎲 Try a Random Question  |  Total Questions in Quiz: 165  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CIW Web Foundations 1D0-510 Exam — practice the complete quiz, review flashcards, or try a random 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?"