<p>
Paragraph.

An HTML paragraph. This tag only occurs inside XHTML text such as <text>.

<canvas height="100">
  <text multiline="true">
    <p>A paragraph.</p>
    <p>Another one.</p>
  </text>
</canvas>