Paragraph:
Web browsers usually ignore returns you type in your text editor or word processor. You must use the <P> tag to specify where you want each new paragraph to begin.
When you display your web page in a web browser, a blank line will appear between each paragraph you defined using the <P> tag. This can help improve the layout and readability of you Web Page by breaking up large sections of text.
By default, most Web browsers left align paragraphs. The ALIGN attribute allows you to change the alignment of a paragraph. Paragraphs can be left aligned, centered, right aligned or justified.
Web browsers usually ignore returns you type in your text editor or word processor. You must use the <P> tag to specify where you want each new paragraph to begin.
When you display your web page in a web browser, a blank line will appear between each paragraph you defined using the <P> tag. This can help improve the layout and readability of you Web Page by breaking up large sections of text.
By default, most Web browsers left align paragraphs. The ALIGN attribute allows you to change the alignment of a paragraph. Paragraphs can be left aligned, centered, right aligned or justified.
Program