CODE

<html>
<body>
With H1 Tag
<h1 style="text-align: left;">Text Align Left</h1>
<h1 style="text-align: center;">Text Align Center</h1>
<h1 style="text-align: right;">Text Align Right</h1>
<h1 style="text-align: justify;">Text Align To Justify</h1>
With P Tag
<p style="text-align: left;">The (Text Align Left)heading above is aligned to the left of this page.</p>
<p style="text-align: center;">The (Text Align Center)heading above is aligned to the center of this page.</p>
<p style="text-align: right;">The (Text Align Right)heading above is aligned to the right of this page.</p>
<p style="text-align: justify;">The (Text Align Justify)heading above is aligned to the right of this page.</p>


</body>
</html>

OUTPUT

With H1 Tag

Text Align Left

Text Align Center

Text Align Right

Text Align To Justify

With P Tag

The (Text Align Left)heading above is aligned to the left of this page.

The (Text Align Center)heading above is aligned to the center of this page.

The (Text Align Right)heading above is aligned to the right of this page.

The (Text Align Justify)heading above is aligned to the Justify of this page.

(Visited 115 times, 1 visits today)
Share with Friends :
Written by:

Leave a Reply

Your email address will not be published. Required fields are marked *