Computer Science, asked by jenorish27th, 11 days ago

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 RajeshChaubeyKing
1

Answer:

The HTML <p> align Attribute is used to specify the alignment of paragraph text content.

Attribute Values:

  1. left: It sets the text left-align.
  2. right: It sets the text right-align.
  3. center: It sets the text center-align.
  4. justify: It stretch the text of paragraph to set the width of all lines equal.

please mark me as brainliest

Similar questions