Creating unformatted HTML text
Issue
Creating unformatted HTML text.
Solution
Utilizing the <pre></pre> tags.
<pre> Welcome to Computer Hope</pre>
Example
Using the above information would give the below output.
Welcome to Computer Hope
Creating unformatted HTML text.
Utilizing the <pre></pre> tags.
<pre> Welcome to Computer Hope</pre>
Example
Using the above information would give the below output.
Welcome to Computer Hope