<p> : Paragraph
The <p> element is used to display a paragraph of text.
Attributes
These elements only inherits the attributes from TextAttributes.
Examples
The following example will display a paragraph with the text "Hello World!".
<p>Hello World!</p>
Version History
| Version | Changes |
|---|---|
| 1.2.1 | Now inherits styles from TextAttributes. |
| 1.0 | Initial release. |