HTML: / Home / Paragraph

The Paragraph Element

The Paragraph Element contains the paragraph text. It begins with the <p> tag and ends with the </p> tag.

  <!DOCTYPE html>
  <html lang="en">
  <body>
    <p>Only one line is often formatted like this.</p>
    <p>
      This is the paragraph text. It is coded on more than one line so is
      normally formatted like this.
    </p>    
  </body>
  </html>

The Paragraph Element displays a blank line before its contents and a blank line after its contents.

More about Files

<- Body            Entities ->
8ParagraphTag