Select from following answers:- Only A
- Only B

- Both A and B
- All of the Above(A,B,C)
- All Above
a:visited
CSS pseudo classes are defined using this syntax
selector:pseudo-class {property:value;}
a->selector
visited-->pseudo-class
color-->property
green-->value
They are meant for special effects.(color of the clicked hyperlink in this case).
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator