Skip to main content

<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

VersionChanges
1.2.1Now inherits styles from TextAttributes.
1.0Initial release.