:visited - CSS Pseudo Selector !

:visited - CSS Pseudo Selector !

Code Canvas

55 лет назад

2,777 Просмотров

The:visited pseudo-class selector can change some of the styling on an anchor link (a) element if the user’s browser has already visited the link. It’s meant to help users distinguish the difference between links they have and haven’t visited.

For Example:

a:visited {
color: darkgray;
}

#css #visited #selector

Тэги:

#jQuery #angular_js #angular #react #react_js #css #css3 #web #webdev #codecanvas #html #html5 #javascript #webdevelopment #selector #visited
Ссылки и html тэги не поддерживаются


Комментарии: