Using pre tag we can preserve whitespace in HTML.
Example:
<pre>Query Home</pre>
Also, using CSS we can preserve white space by using below styles.
.element { white-space: pre; }
Hello...
Using <PRE> to preserve white space, tabs, and line breaks can come in very useful with certain types of content.
<PRE>
<pre>Content here</pre>
Create a webpage that displays the hyperlink with the following color attributes.