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
element
:
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>
element
How can you create a tooltip that will be displayed when you move the mouse over the element?
element
Select correct statements on <div> HTML tag.
element
Select all correct type attribute values of input tag.
element
Does HTML5 require empty elements such as <br> to be closed?
element
What HTML tag will you use to define superscripted text?
element
What is the correct HTML for creating a hyperlink?
element
What type of bullets will be marked following unordered list? <ul> <li>HTML5</li> <li>CSS3</li> <li>JavaScript</li> <li>jQuery</li> </ul>
element
What is the correct HTML element that allows to group related data in a form?
element
How can you define the horizontal text CENTER alignment for an HTML5 element?
element
← Prev
3
4
5
6
7
Next →
Sign Up Now
or
Subscribe for future quizzes