MCQs > IT & Programming > XHTML > The following registration form was coded by a pro… 1. !-- Start of the Form Fields --> 2. Name: 3. 4. Registration Date: 5. 6. Account Type: 7. Which is true with regard to this XHTML document?

XHTML MCQs

The following registration form was coded by a pro…

1.  !-- Start of the Form Fields -->
2. Name:
3. <input type="text" name="name" maxlength="50" />
4. Registration Date:
5. <input readonly type="text" value="javascript:getDate();" />
6. Account Type:
7. <select name="Account">
8. <option "selected" value="Primary">Primary</option>
9. <option value="Secondary">Secondary</option>
10. </select>

Which of the following options is true with regard to this XHTML document?

Answer

Correct Answer: The syntax of the select tag is not correct

Explanation:

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

XHTML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

XHTML Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it