Hello friends welcome to solution host.

Today I am going to show you different types of css selectors.

So read the complete article carefully because css selectors is used to designing websites and blogger theme development.

What is css selectors

So let's start this article and see what is css selectors.

CSS selectors

There is multiple types of css selectors. But before learning of the types of css selectors, we need to know that what is css selectors.

What is CSS Selectors

Css selectors is the way of selecting html elements and style them.

That means by using css selectors we can select any html elements and we can apply style on the specific html element.

Types of css selectors

Following is the most common used css selectors

  • Universal selctor
  • Tag selector
  • ID selector
  • Class selector
  • nth child selector
  • Pseudo selectors

Let's see the explanation of above css selectors with example.