Тесты
Язык сайта: Русский
Українська
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
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты