Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
css
:
Язык контента: English
Русский
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>
css
What height will the <div> have with the wrapper class, if the following HTML markup and external stylesheet are given below: HTML – markup: <div class="wrapper"> <div class="block1"> </div> <div class="block2"> </div> </div> CSS – rules: .wrapper { width: 300px; overflow: hidden; } .block1 { margin: 50px 0; height: 100px; } .block2 { margin: 50px 0; height: 100px; }
css
What is the correct HTML for inserting a multi-line text input control?
css
What is the correct HTML code to define a table element without borders?
css
How can you make a centered text? Select all that apply.
css
← Предыдущая
7
8
9
10
11
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты