Page 1 of 1

Question 5 You are developing a customer web form that includes the following HTML. A customer

Posted: Mon Jul 11, 2022 9:55 am
by answerhappygod
Question 5 You Are Developing A Customer Web Form That Includes The Following Html Input Id Txtvalue A Customer 1
Question 5 You Are Developing A Customer Web Form That Includes The Following Html Input Id Txtvalue A Customer 1 (366.51 KiB) Viewed 22 times
Question 5 You are developing a customer web form that includes the following HTML. <input id ="txtValue" /> A customer must enter a value in the text box prior to submitting the form. You need to add validation to the text box control. From the possible answers provided, which HTML code segment should you use? O <input id="txtValue" type="required" /> O <input id="txtValue" type="required" autocomplete="on" /> O <input id="txtValue" type="text" required="required"/> O <input id="txtValue" type="text" pattern="[A-Za-z]{3}" /> Question 6 To select elements in jQuery, you specify a(n). O CSS selector OgetElementById() method O array 1 pts JSON string 1 pts