HTML & CSS
How to cha ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
How to change the
color of a link
to blue when the
cursor moves over it?
a:hover {color:blue;}
a:link {color:blue;}
a:active {color:blue;}
a:visited {color:blue;}
Explanation
The correct syntax is:
.linkClassName{a:hover;}
tag
color
cursor
html
element
css
hover
class
pseudo
link
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
Select the pseudo-class which indicates the link you visited.
Specify the attribute of the tag that is used to reference the external style sheet.
The site has more than a hundred HTML documents that have the same style. What is the best way to connect CSS?
How to use CSS for removing underlining from all links?
Which of the following is true about the pseudo-class :visited?
Тести з
H
TML & CSS
Приєднуйся і вивчай HTML & CSS
або
Дізнайся більше про
Тести з HTML & CSS онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
How to make a shadow for text in gray?
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?
How to set the space with a width of 5px inside the element using CSS?
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати