P example:

```js
<P>I'm a standard paragraph. Just normal text. Nothing to see here. Move along.</P>
```

P with classes example;

```js
<P lead>This is a lead paragraph. Aren't I pretty and bigger? I'm designed for the initial paragraph of a larger block of text.</P>
```
