Syntax error What is a Selector and how it is used in CSS?

What is a Selector and how it is used in CSS?



A selector is an HTML tag at which a style is applied. This could be any tag like <h1> or <table> etc.

The following figure describes what a Selector is:

Let us see an example of Type Selector, to set color:

h1 {
   color: #36CFFF;
}
Updated on: 2020-01-30T07:23:49+05:30

431 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements