0

what is selectors...?

20th Aug 2016, 6:27 AM
GsAnanth
GsAnanth - avatar
4 Respuestas
+ 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.
23rd Aug 2016, 12:24 PM
Diwakar Joshi
Diwakar Joshi - avatar
+ 2
selectors are patterns used to select the element(s) you want to style.
20th Aug 2016, 7:07 AM
Eidref Patawaran
Eidref Patawaran - avatar
0
patterns you say? I'm interested.
24th Aug 2016, 3:02 AM
Matt Sanders
Matt Sanders - avatar
0
tag name
28th Sep 2016, 6:54 PM
Ігор Книш
Ігор Книш - avatar