Which attribute toggles off validation of a form when added to the opening
tag??

A. ?validation
B. ?submit
C. ?novalidate
D. ?nosubmit


Answer: C

Computer Science & Information Technology

You might also like to view...

What is a management frame?

What will be an ideal response?

Computer Science & Information Technology

Text data (data of the String type) consists of almost anything the user can type at the keyboard.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In C++, a character is stored as a(n) ____ value.

a. integer b. char c. boolean d. floating point

Computer Science & Information Technology

What is the difference between services and thread in android?

A - Services performs functionalities in the background. By default services run on main thread only B - Thread and services are having same functionalities. C - Thread works on services D - None of the above

Computer Science & Information Technology