Computer Applications
List and define different types of paragraph alignments.
HTML Intro
4 Likes
Answer
The different types of paragraph alignments are as follows:
- Left alignment — When the value of align attribute of
<P>
tag is 'left', the paragraph is aligned to the left margin of the page. - Center alignment — When the value of align attribute of
<P>
tag is 'center', the paragraph is aligned to the center of the page. - Right alignment — When the value of align attribute of
<P>
tag is 'right', the paragraph is aligned to the right margin of the page.
Answered By
3 Likes