Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
color
:
Мова контенту: English
Русский
There are 4 blocks, how many green ones? <div class="first"></div> <div class="second"></div> <div class="third"></div> <div class="fourth"></div> div{width:50px;height:50px;} .first{background: rgba(0,255,0,1);} .second{background: rgba(255,0,0,1);} .third{background: rgba(0,255,0,0);} .fourth{background: rgba(0,0,255,1);}
color
Which border is set by the next line ? border: 2px dotted #0000FF;
color
How do I set the background color for the h1 header?
color
Which background will be visible in the div box if the following html markup is given: <div class="square" style="background-color: red !important;"> </div> and a CSS table is connected: .square { width: 100px; height: 100px; background-image: url(img/square.jpg); /* picture size 100x100 pixels */ background-color: black; }
color
How will you set wrapped in <h1> tag text to blue color?
color
Select all correct type attribute values of input tag.
color
What will be the color of the text? <h1 style="color:blue"><span style="color:red">Colored HTML</span></h1>
color
How can you set background color to red?
color
Select correct code that allows a user to pick up a color.
color
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>
color
← Попередня
1
2
3
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести