0
Confusuion
Whats (p) in there....... p { color:white; background-color:gray; }
2 Answers
+ 1
That refers to any HTML element in between <p> </p> tags. In html "p" usually means "paragraph" so that styling would apply to each paragraph on a Web page.
0
Cool.. Thx its just i didn't proceeded to next page i had that issue... Anyways thx



