

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Commonly used pseudo-classes in CSS
Following are some of the commonly used pseudo-classes
Value | Description |
---|---|
:link | Use this class to add special style to an unvisited link. |
:visited | Use this class to add special style to a visited link. |
:hover | Use this class to add special style to an element when you mouse over it. |
:active | Use this class to add special style to an active element. |
:focus | Use this class to add special style to an element while the element has focus. |
:first-child | Use this class to add special style to an element that is the first child of some other element. |
:lang | Use this class to specify a language to use in a specified element. |
- Related Questions & Answers
- Pseudo-classes and CSS Classes
- Pseudo-classes and all CSS Classes
- Anchor Pseudo-classes in CSS
- What are CSS pseudo-classes
- Working with CSS Pseudo Classes
- Pseudo-elements and CSS Classes
- Technologies Commonly Used by Startups
- CSS Pseudo Elements
- Commonly used Video formats while using HTML5 video
- What are some commonly used skin care tools?
- What are the gauges commonly used in production work?
- What are the most commonly used Idioms in English?
- Difference Between Pseudo-Class and Pseudo-Element in CSS
- CSS :after pseudo-element
- CSS :before pseudo-element
Advertisements