HTML & CSS
Which <b>C ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Which
CSS code snippet
sets the
white background
for
all elements
that have the
"white"
class?
class.white{ background-color:white; }
.white{background-color:white;}
class=white { background-color:white; }
p.white { background-color:white; }
class:white { background-color:white; }
.white { background-color: white; }
Explanation
The CSS syntax for classes is:
.cssClassName {
cssPropertyName: cssValueName;
}
background
syntax
css
element
color
class
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
How to create a white, translucent element background?...
How to change the color of a link to blue when the cursor moves over i...
How to add a background color for all items <h1>?...
<p class="red yellow">What will be the color of t...
Which class "red" can be applied only to the <h1>?...
Тести з
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 ...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
Which color will word "text" has? <style> p{ ...
What is the property clear: both?...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати