0
10kviews
Explain the different types of CSS 3 selectors with an example.
1 Answer
1
157views

CSS 3 Selectors

A selector is a pattern that is used to select an element to apply the CSS style rules. The different types of selectors in CSS 3 are as follows:

The Universal Selector

  • The universal selector is used to select all elements present in HTML document.
  • The asterisk(*) …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.