HTML & CSS
Specify <b ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Specify
all the correct ways
to set the
CSS color property:
color: #FF0000;
color: rgb(255,0,0);
color: "red";
color: red;
color: #F00;
color: #&FF0000;
Explanation
color: "red";
- in this case, the color should be specified as a text constant without quotes.
color: #&FF0000;
- invalid recording format. All other options are correct.
color
property
format
html
css
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
How to change the color of a link to blue when the cursor moves over it?
How to add a background color for all items <h1>?
Which CSS property defines the font size of a text?
<p class="red yellow">What will be the color of this text?</p> CSS rules: .yellow{ color : yellow; } .red{ color : red; } What will be the color of the paragraph?
<p class="red yellow">Which color will this text be?</p> CSS rules: p.yellow{ color:yellow; } .red{ color:red; } Which color will text in the paragraph has?
Тести з
H
TML & CSS
Приєднуйся і вивчай HTML & CSS
або
Дізнайся більше про
Тести з HTML & CSS онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
What is the font-variant property for?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
What is the property clear: both?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати