+ 2
Selectors
confused
4 Respostas
+ 10
<span class = "yourclass" id = "yourid">
</span>
.yourclass { . . . } /* Class selector */
#yourid { . . . } /* Id selector */
span { . . . } /* Tag selector */
(Resource linked by
@Rose contains more details)
0
that's nice
0
To be honest y'all