p class
Standard HTML tag for defining paragraphs.
The following illustrations show:
-
The p style before applying CSS changes.
-
The p style after the font-size property has been changed to 24px.
| Default CSS | Modified CSS |
|---|---|
![]() p {<br/> margin-bottom: 15px; <br/> font-size: 14px; <br/> line-height:150%; <br/>} | ![]() p {<br/> margin-bottom: 15px; <br/> font-size: 24px; <br/> line-height:150%; <br/>} |
Updated 19 days ago


