To preformat text, you will need to look at the following html:
<pre>
This text is
preformatted
</pre>
It will display the following:
This text is preformatted
If you simply were to remove the <pre> tag, like this:
This text is
preformatted
Then this text would be displayed:
This text is
preformatted
0 comments:
Post a Comment