HTML & CSS
Which <b>s ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
Which
selector
will take
precedence
over the text
in the paragraph?
p.test {color: yellow;}
#test {color: green;}
.test {color: red;}
transparent
Explanation
CSS rules based on
id
attribute have the
highest priority.
paragraph
p
#
id
precedence
css
priority
html
selector
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
<style type="text/css"> #bottom { background: #66806E url(images/clover.png) no-repeat 20px bottom; min-height: 80px; color: #E4BC96; padding: 5px 5px 5px 140px; } #bottom p { margin: 5px 0;} #bottom a {color: #FFFDE0; } </style> This style defines:
The code is given. <div id="foxmenu"> Text </div> What style will be applied to this code?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
Which CSS property can set the height of a line of 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?
Тести з
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?
How to change the color of a link to blue when the cursor moves over it?
What is the property clear: both?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати