CBSE Class 10 Computer Applications
Question 139 of 176
HTML I — Basic HTML Elements — Question 12
Back to all questions 12
Question Question 12
List and define different types of paragraph alignments.
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.