Skip to content

Paragraphs

Paragraphs are the simplest block elements. They are realized with the p block element. A paragraph is only allowed to contain text or inline elements.

Example

<p>
    Welcome to the course! This course will teach you the basics of Mathematics.
</p>
<p>
    We start with the concept of a <strong>Set</strong>.
</p>

Attributes

The p element supports the following attributes:

Attribute Type Default Description
name xs:Name - Name of this element. Must be unique among all element names in this course variant.
tags TokenList Whitespace-separated list of tags of this element.