The <p> element designates a paragraph of text.
Separating this line and the next is a paragraph tag.

Here's the next line after the paragraph tag.

                     
        Separating this line and the next is a paragraph tag.
        <p>Here's the next line after the paragraph tag.</p>
    
                   
Separating this line and the next is a paragraph tag.

Here's the next line after the paragraph tag.

                     
        Separating this line and the next is a paragraph tag.
        <p>Here's the next line after the paragraph tag.</p>
    
                   

This text is surrounded by a paragraph tag:
'P style="font-size: 12pt; color: fuchsia"'.

                     
        <p style="font-size: 12pt; color: fuchsia">
            This text is surrounded by a paragraph tag:
            <br/>
            'P style="font-size: 12pt; color: fuchsia"'.
        </p>
    
                   

This paragraph has the following style attributes.

                     
        <p style="margin-top: 20px; margin-right: 50px; margin-left: 50px; margin-bottom: 50px">
            This paragraph has the following style attributes.
        </p>
    
                   

This text is surrounded by a paragraph tag:
'P style="font-size: 12pt; color: fuchsia"'.

                     
        <p style="font-size: 12pt; color: fuchsia">
            This text is surrounded by a paragraph tag:
            <br/>
            'P style="font-size: 12pt; color: fuchsia"'.
        </p>
    
                   

This paragraph has the following style attributes. style="margin-top: 20px; margin-right: 50px; margin-left: 50px; margin-bottom: 50px"

                     
        <p style="margin-top: 20px; margin-right: 50px; margin-left: 50px; margin-bottom: 50px">
            This paragraph has the following style attributes.
            style="margin-top: 20px; margin-right: 50px; margin-left:
            50px; margin-bottom: 50px"
        </p>
    
                   

This paragraph has the following style attributes. style="border-width: 10px 10px 10px 10px; border-color: red green blue purple; border-style: solid"

                     
        <p style="border-width: 10px 10px 10px 10px; border-color: red green blue purple; border-style: solid">
            This paragraph has the following style attributes.
            style="border-width: 10px 10px 10px 10px; border-color: red
            green blue purple; border-style: solid"
        </p>
    
                   

This paragraph has the following style attributes. style="padding: 20px; border-width: 10px 10px 10px 10px; border-color: red green blue purple; border-style: solid"

                     
        <p style="padding: 20px; border-width: 10px 10px 10px 10px; border-color: red green blue purple; border-style: solid">
            This paragraph has the following style attributes.
            style="padding: 20px; border-width: 10px 10px 10px 10px;
            border-color: red green blue purple; border-style: solid"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: solid"

                     
        <p style="border-color: red green blue purple; border-style: solid">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            solid"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: dotted"

                     
        <p style="border-color: red green blue purple; border-style: dotted">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            dotted"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: dashed"

                     
        <p style="border-color: red green blue purple; border-style: dashed">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            dashed"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: double"

                     
        <p style="border-color: red green blue purple; border-style: double">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            double"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: groove"

                     
        <p style="border-color: red green blue purple; border-style: groove">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            groove"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: ridge"

                     
        <p style="border-color: red green blue purple; border-style: ridge">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            ridge"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: inset"

                     
        <p style="border-color: red green blue purple; border-style: inset">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            inset"
        </p>
    
                   

This paragraph has the following style attributes. style="border-color: red green blue purple; border-style: outset"

                     
        <p style="border-color: red green blue purple; border-style: outset">
            This paragraph has the following style attributes.
            style="border-color: red green blue purple; border-style:
            outset"
        </p>
    
                   

This paragraph has the following style attributes. style="outline-color: cyan yellow magenta teal; outline-style: solid"

                     
        <p style="outline-color: cyan yellow magenta teal; outline-style: solid">
            This paragraph has the following style attributes.
            style="outline-color: cyan yellow magenta teal;
            outline-style: solid"
        </p>
    
                   

Left

Center

Right

                     
        <p align="left">Left</p>
        <p align="center">Center</p>
        <p align="right">Right</p>