Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
validation
:
Мова контенту: 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>
validation
Does HTML5 require empty elements such as <br> to be closed?
validation
Will the following code validate as HTML5? <!DOCTYPE html> <head> <title>HTML5 quizz</title> </head> <h1>Welcome!</h1> <p>to the HTML5 quiz</p>
validation
How will you insert a single line break on a page?
validation
← Попередня
1
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести