Write a HTML Program to create Paragraph with left, Center, Right, Justify
aligned. Choose your own title for each paragraph and the title style must be done
by the HTML headings tags.
Answers
Answered by
1
Answer:
The HTML <p> align Attribute is used to specify the alignment of paragraph text content.
Attribute Values:
- left: It sets the text left-align.
- right: It sets the text right-align.
- center: It sets the text center-align.
- justify: It stretch the text of paragraph to set the width of all lines equal.
please mark me as brainliest
Similar questions