Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
type
:
Мова контенту: English
Русский
Select a correct code to specify the minimum and maximum value for an input element.
type
Select correct code that allows a user to pick up a color.
type
How to set a green background for even-numbered rows only? <table> <tr> <td>name</td> <td>one</td> </tr> <tr> <td>name</td> <td>two</td> </tr> <tr> <td>name</td> <td>three</td> </tr> <tr> <td>name</td> <td>four</td> </tr> </table>
type
How to set a gray background for the first and third rows only? <table> <tr> <td>name</td> <td>one</td> </tr> <tr> <td>name</td> <td>two</td> </tr> <tr> <td>name</td> <td>three</td> </tr> <tr> <td>name</td> <td>four</td> </tr> </table>
type
What is the correct HTML for making a checkbox?
type
What is the correct HTML to define a file-select field for file uploads?
type
Consider following code snippet: <input name="Name" type="hidden" value="Hello World" /> What will be displayed on page?
type
Choose the correct HTML for inserting an input for password field. (The characters in a password field are masked).
type
Does it necessary to use a type attribute for the <script> tag in HTML5?
type
Choose the correct HTML code to make a button that resets the form.
type
← Попередня
1
2
3
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести