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:

Verified
Correct Answer:
Verified
Q8: Choose the item below that is not
Q9: Select the value of the type attribute
Q16: Select the element used to visually group
Q18: Select the statement below that is true
Q20: Choose the HTML tag below that would
Q21: Select the HTML tag below that configures
Q23: Use the _ attribute on the form
Q24: Select the type of form control that
Q25: _ is a standard method or protocol
Q26: Select the form control below that does