Selectors in CSS
TYPES OF SELECTOR IN CSS:
there are various type of selector in html
the commonly used selector are class and id
MORE SELECTORS:
SELECTOR LIST
.class1 , .class2 , .class3{
}
this is a example of selector list
Descendent Selector:
main p...
provick.hashnode.dev1 min read