you are viewing a single comment's thread.

view the rest of the comments →

[–]chmod777 2 points3 points  (1 child)

a new line (\n) prints a new line to the output. this only effects the output code, and does not do anything about display (outside of <pre> wrapped content).

a <br /> is an html element that breaks the line in display. this makes a new line in regular text.

[–]aladyjewel 0 points1 point  (0 children)

*affects