Question: Suppose you have an input element called deliveryLocation within your orderForm web form. To set a default value for this input box in JavaScript, you
Suppose you have an input element called deliveryLocation within your orderForm web form. To set a default value for this input box in JavaScript, you could use the statement _____. Option A document.orderForm.deliveryLocation.placeholder = "Front door"; Option B document.orderForm.deliveryLocation.select(); Option C document.orderForm.deliveryLocation.defaultValue = "Front door"; Option D document.orderForm.deliveryLocation.defaultValue("Front door")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
