0
2.0kviews
Explain in detail Pseudo-classes and Pseudo-elements in CSS 3 with example.
1 Answer
0
23views

Pseudo-Classes

  • Pseudo-Classes are predefined classes used to add special effects to the selectors, such as display the rows of a table in different background colors, changing the color of visited links etc.
  • A pseudo-class always starts with a colon (:) symbol.
  • Syntax: element: pseudo-class { property: value; }
  • Pseudo-Classes can …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.