Paragraph Tag

Text without a Paragraph Tag

This is an example of standard text displayed within the body of an HTML document. Unlike word processors, carriage returns and line breaks in HTML files are ignored, and text must be broken using a paragraph or break tag. The difference between the paragraph tag and the break tag is that the paragraph tag inserts a line break and white space between words.

Text Displayed with a Paragraph Tag

This is an example of standard text displayed within the body of an HTML document. Unlike word processors, carriage returns and line breaks in HTML files are ignored, and text must explicitly be broken using a paragraph or break tag.

The difference between the paragraph tag and the break tag is that the paragraph tag inserts a line break and white space between words.