Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
attribute
:
Язык контента: 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
← Предыдущая
1
2
3
4
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты