About

This tag will preserve the original text. A tag that preserves linebreaks

The end of line (line separator) will be untouched.

With CSS

To preserve EOL, inside a div using CSS:

div.code {
  white-space: pre;
}