2124 shaares
903 private links
903 private links
Click a selector to see which element(s) that gets selected in the result.
.intro
#Lastname
.intro, #Lastname
h1
h1, p
div p
div > p
ul + p
ul ~ table
*
p.myquote
[id]
[id=my-Address]
[id$=ess]
[id|=my]
[id^=L]
[title~=beautiful]
[id*=s] ...