p class

Standard HTML tag for defining paragraphs.

The following illustrations show:

  1. The p style before applying CSS changes.

  2. The p style after the font-size property has been changed to 24px.

Default CSSModified 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/>}