Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
form
:
Мова контенту: English
Русский
What does <textarea> tag specify?
form
What attribute blocks windows and does not allow to use and change information in form?
form
Which it is necessary to make that width <input/> was equal to width <select/>?
form
Consider following snippet: <form> <input type="text" size="7"/> </fomr> What does specifies the size attribute?
form
What value attribute you will use to disable the input field? <form> <input type="text"/> </form>
form
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>
form
What is the correct HTML element that allows to group related data in a form?
form
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">
form
You need to submit a form to update data including sensitive information (passwords). Which HTTP method is preferable to use?
form
What is the correct attribute to make input field unusable and unclickable?
form
← Попередня
1
2
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести