Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
priority
:
Мова контенту: English
Русский
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
priority
<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?
priority
<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?
priority
Which of the styles has the highest priority and will apply to the corresponding element?
priority
Which selector will take precedence over the text in the paragraph?
priority
Is it true that the style of the browser (and not the author's style or style of the user) is the highest priority when choosing a style for an element?
priority
← Попередня
1
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести