Solved

Identify the Code That Creates a Label and a Text

Question 35

Multiple Choice

Identify the code that creates a label and a text box for a visitor's first name.


A) <label/> for="fName">First Name <input type="text" name="fName" id="fName">
B) <label for="fName">First Name:</label>
C) <label/> for="fName">First Name:<id>
D) <label_id_for="fName">First Name:</label_id_for>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions