Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
css
:
Мова контенту: English
Русский
Which properties allow you to limit the width of the box by certain frames?
css
Consider following code: <select> <option selected>HTML</option> <option>CSS</option> <option selected>JavaScript</option> </select> Which option will be shown as default?
css
Select correct statements on <div> HTML tag.
css
What attribute allows to define CSS option as a default in the drop-down list? <select> <option>HTML</option> <option>CSS</option> <option>JavaScript</option> </select>
css
What does the property clear: right; do?
css
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>
css
There is HTML with a nested stylesheet: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Margin test</title> <style type="text/css"> #div1 { position: absolute; width: 200px; height: 100px; border: none; padding: 0; background: green; } #div2 { margin-top: 20%; border: none; padding: 0; background: red; color: red; } </style> </head> <body> <div id="div1"> <div id="div2">*</div> </div> </body> </html> What will be the margin-top value for the block with identifier div2 calculated in pixels?
css
Mark the correct statements for the property border-radius
css
What does the next property do? text-decoration:line-through
css
In which cases there is no collapse effect of the block elements that are located nearby.
css
← Попередня
7
8
9
10
11
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести