View Single Post
Old 01-11-2020, 12:47 PM   #10
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
Quote:
Originally Posted by theducks View Post
Code:
.p { stuff}
and
p {stuff}
The former affects ALL <p > type tags
the latter only affects ANY tag with a class="p"
It's the other way around.


Quote:
Originally Posted by deback View Post
The class "p" is rarely used for paragraphs, except in the case of poor coding by the person who created the file.
The <p> tag is the one used for paragraphs. Hence the p.
jbacelar is offline   Reply With Quote