HTML & CSS
How to add ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
How to add a background color for all items <h1>?
all.h1 {background-color:#FFFFFF;}
h1.all {background-color:#FFFFFF;}
h1 * {background-color:#FFFFFF;}
h1 {background-color: #FFFFFF;}
$$("h1").each(function(h1) { h1.style['background-color']="#FFFFFF"; });
h1 {background-color: #FFF;}
h1 {background-color: white;}
Explanation
The most simple way is
to use type selector h1.
background
css
html
h1
color
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
Which CSS property is used to set the background color?...
How to create a white, translucent element background?...
How do I set the background color for the h1 header?...
Which background will be visible in the div box if the following html markup...
How to set a gray background for the first and third rows o...
Тести з
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{ ...
How to change the color of a link to blue when the cursor moves over i...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати