Align property is used to align the text or image to right, left and it align the texts in the horizontal way
left − The left edge of each line box is aligned with the left edge of the block-level element's content area.
right − The right edge of each line box is aligned with the right edge of the block-level element's content area.
center − The center of each line box is aligned with the center of the block-level element's content area.
<p><i>Align</i></p> <p style="text-align:right">Techfunda</p> <p style="text-align:center">Techfunda</p> <p style="text-align:left">Techfunda</p>
In the above code snippet we have the align property which is is used to align right, left and center
output
Views: 3961 | Post Order: 126