0
what is selectors...?
4 Answers
+ 5
tags in the html page like <p> , <div> etc. acts as selectors in css. using selector we can directly apply to styles to the selected element. like if p is the selector in css than style defined for p will be applied to all p element in html page.
+ 2
selectors are patterns used to select the element(s) you want to style.
0
patterns you say? I'm interested.
0
tag name