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
browser
:
Content language: English
Русский
What is the difference between pseudo-elements :after and ::after?
browser
Select correct statements on HTML Attributes
browser
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>
browser
What is the purpose of the HTML tag <noscript>?
browser
Does the browsers display HTML tags on web page?
browser
In which area you will add <p>text</p> to be displayed by the browsers?
browser
How will you insert comments in your HTML code?
browser
Consider following code snippet: <html> <body> <p>I <!--don't--> like <span>HTML</span></p> </body> </html> What will be displayed on page?
browser
Why the browser does not display the text between the <!-- -->?
browser
Select two HTML elements that are required for HTML5 document.
browser
← Prev
1
2
Next →
Sign Up Now
or
Subscribe for future quizzes