Please help code CSS:
Configure the form control for the Name information. Create alabel element that contains the text “Name:”. Create a text boxconfigured with “myName” as the value of the id and nameattributes. Use the for attribute to associate the label elementwith the form control.
Configure the form control for the E-mail information. Create alabel element that contains the text “E-mail:”. Create a text boxconfigured with “myEmail” as the value of the id and nameattributes. Use the for attribute to associate the label elementwith the form control.
Configure the Comments area on the form. Create a label elementthat contains the text “Comments:”.
OR
OR