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="customerPhone" id="Phone" >
D) both b and c
Correct Answer:

Verified
Correct Answer:
Verified
Q7: What attributes are valid for the <
Q8: Choose the item below that is not
Q9: Select the value of the type attribute
Q10: Select the true statement from the choices
Q11: Select the HTML tag below that configures
Q13: _ is a standard method or protocol
Q14: Select the form control from the choices
Q15: The HTML5 _ form control provides the
Q16: Use the _ attribute on the
Q17: Select the HTML tag below that configures