There are a few ways to "hide" HTML. The way to use depends on what you're trying to do.
Lets say you have a piece of HTML code that you want to be hidden. For instance:
<p>This paragraph will be hidden from view</p>
If you want the paragraph to still exist on the client side (the website...