HTML & CSS
What is th ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
What is the
correct HTML
for making a
checkbox?
<checkbox/>
<check/>
<input type="checkbox"/>
<select type="toggler"/>
<input type="check"/>
Explanation
The
<input>
tag specifies an
input field
where the user
can enter data.
type="checkbox"
- specifies
the type
of the
<input>
element
to display as a checkbox.
tag
display
enter
type
field
html
checkbox
input
form
data
element
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
Select the correct HTML element to define a single-line input field?
Sometimes, when you enter the page, the button already lights up by default. What attribute is applied to interface elements (such as checkboxes and radio buttons) when they are in the "on" position?
Consider following snippet: <form> <input type="text" size="7"/> </fomr> What does specifies the size attribute?
What value attribute you will use to disable the input field? <form> <input type="text"/> </form>
Select a correct code to specify the minimum and maximum value for an input element.
Тести з
H
TML & CSS
Приєднуйся і вивчай HTML & CSS
або
Дізнайся більше про
Тести з HTML & CSS онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
What is the font-variant property for?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
How to change the color of a link to blue when the cursor moves over it?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати