< All the HTML Tags >

<p></p>

Video Coming Soon...

  • p

    Tag Type

    block

    Tag Category

    document structure

    Defines a paragraph

    Viewed

    1

    Examples

    1

Definition:

The HTML <p> tag is used to define a paragraph of text, providing a block-level element for structuring textual content.

It automatically adds space above and below the content, improving readability. Proper use of the <p> tag enhances the organization and flow of text on a webpage.

Incorporating the `<p>` tag correctly is essential for creating well-structured and readable textual content.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default p Example:

Using the <p> tag to create paragraphs.
<p>This is a paragraph.</p>

Default p Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…