P.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

P.?

In thee CSS does the p. mean you are attaching to <p> or will the p. go in front regardless?

13th Jan 2017, 9:21 PM
John Ahmrain
John Ahmrain - avatar
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
13th Jan 2017, 9:25 PM
Andreas K
Andreas K - avatar