1) Without the break tag

This is an example of standard text displayed within the body of an HTML document without a break tag.

2) With the break tag

This is an example of standard text
displayed within the body of an HTML
document without a break tag.

The break tag is an empty tag. <br> has no closing partner.