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
email
:
Content language: English
Русский
Consider following snippet: <form> <input type="text" size="7"/> </fomr> What does specifies the size attribute?
email
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>
email
How will you add a link to an E-mail address?
email
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes