0
P.?
In thee CSS does the p. mean you are attaching to <p> or will the p. go in front regardless?
1 Answer
0
keywords without special characters select html elements so p means <p> from html.
.test would be a for all html elements with class test.
and #test is for the single html element with id test