Select the true statement from those listed below.
a. The input element with type=”email” will cause all browsers to edit for a valid e-mail
address.
b. The required attribute will cause all browsers to verify that the user has entered
information into the form control.
c. The input element with type=”date” will cause all browsers to display a calendar
control
d. The input element with type=”email” will cause browsers that do not support the
attribute to display a text box.
d. The input element with type=”email” will cause browsers that do not support the
attribute to display a text box.
You might also like to view...
Which of the following documents would look best in landscape orientation?
A) A certificate B) A letter C) A memo D) A resume
Suppose that ch1, ch2, and ch3 are variables of the type char. The input is: ? A B C ? What is the value of ch3 after the following statements execute? ? cin.get(ch1); cin.get(ch2); cin.get(ch3); ?
A. 'A' B. 'B' C. 'C' D. '\n'