Solved

Select the HTML Below That Would Associate a Label Displaying

Question 22

Multiple Choice

Select the HTML below that would associate a label displaying the text "Phone" with the text box named customerPhone.


A) Phone: < input type="textbox" name="customerPhone" >
B) < label >Phone: < input type="text" name="customerPhone" >< /label >
C) < label for="Phone" >Phone: < /label >< input type="text" name="Phone" id="customerPhone" >
D) < label >Phone:< /label > < input type="text" name="customerPhone" >

Correct Answer:

verifed

Verified

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

Related Questions