I have done this before but now I have forgotten.
I am looking for the name of a particular HTML tag that you can put in a HTML document that tells the browser to display the text between the tag just as it appears. In other words you do not have to put any line breaks <br>. The text will appear just as it appears in the block.
it is something like <blockquote> ... </blockquote>but it is not quite the same. It alters all the text between the open and close tags.

