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
attribute
:
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>
attribute
How can you create a tooltip that will be displayed when you move the mouse over the element?
attribute
Choose the correct attribute for <a> tag to specify the URL (web address) for a link
attribute
You need to submit a form to a server. Which attribute you will use to define the action to be performed when the form is submitted? <form ....="example_page.php">
attribute
What is the correct attribute to make input field unusable and unclickable?
attribute
Select correct attributes for <img> HTML tag?
attribute
How do I set a background image for the item that would be repeated horizontally? (choose all the correct options).
attribute
What does attributes used for?
attribute
Select correct syntax to specify the "color" attribute for <p> HTML element.
attribute
What does HTML title attribute used for?
attribute
← Prev
1
2
3
4
Next →
Sign Up Now
or
Subscribe for future quizzes