HTML & CSS
Which of t ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Which of the
following
is
true
about the
pseudo-class
:visited?
Applies to links not yet visited by the user, and sets the style for them.
Applies to links already visited by the user, and sets the style for them.
Applies to links, when the mouse hovers over the link, and sets the style for them.
Applies only to <a> element.
Applies to any element.
Explanation
The
:visited
pseudo-class only applies to
hyperlinks
(elements <a>)
already
visited by the user,
and sets
the style for them.
pseudo
css
html
:visited
style
class
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
How to change the color of a link to blue when the cursor moves over i...
What does this code snippet mean? div:not(.green) {bo...
Select the pseudo-class which indicates the link you visited....
Which color will word "text" has? <style> p{ ...
<p class="red yellow">What will be the color of t...
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?...
What is the difference between pseudo-elements :after and ...
What is the font-variant property for?...
What is the property clear: both?...
How to set the space with a width of 5px inside the element...
What does the vertical-align property do?...
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment