Question 5 You are developing a customer web form that includes the following HTML. A customer
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 5 You are developing a customer web form that includes the following HTML. A customer
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