Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
validation
:
Content language: English
Русский
Select the correct <form> attribute which specifies that the browser should not validate the form. <!DOCTYPE html> <html> <body> <form action="/action_page.php" novalidate> E-mail: <input type="email" name="user_email"> <input type="submit"> </form> <p> <strong>Note:</strong> The novalidate attribute defines that the browser will not validate data which is entered into the form. The form tag is not supported in Internet Explorer 9 and earlier versions, or in Safari. </p> </body> </html>
validation
Does HTML5 require empty elements such as <br> to be closed?
validation
Will the following code validate as HTML5? <!DOCTYPE html> <head> <title>HTML5 quizz</title> </head> <h1>Welcome!</h1> <p>to the HTML5 quiz</p>
validation
How will you insert a single line break on a page?
validation
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes