HTML Text Paragraph


The HTML <p> element represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.

In paragraphs we write normal text.

Syntax of Paragraph Tag

<p>Here you can
write any text
you want display
at your website.</p>

By: Tomas Silny
Edited: 2020-11-06 18:00:00
Source: developer.mozilla.org/