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
name
:
Content language: English
Русский
Enter the name of the property that is responsible for superimposing the positioned elements on each other in a certain order (enter in small letters).
name
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>
name
Select a correct code that allows to create HTML Description Lists.
name
What is the correct HTML to define a file-select field for file uploads?
name
Consider following code snippet: <input name="Name" type="hidden" value="Hello World" /> What will be displayed on page?
name
What is the correct HTML for inserting a drop-down list?
name
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes