How to create unformatted HTML text

Updated: 01/24/2018 by Computer Hope
Creating unformatted words with html code

Insert unformatted text, text with spaces, or other unique appearance changes using the HTML (hypertext markup language) pre tag.

Example

<pre>Welcome   to   Computer Hope</pre>

The example above results in the following output:

Welcome   to   Computer Hope