Code Snippet
Comments in HTML
<div id="header">
<p>Stuff</p>
</div> <!-- END div-header -->
The <!-- --> stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser. In the example above, to signify which opening div tag the closing tag was actually closing.
That’s awesome Bro, will this work as a comment box ?
Much appreciated.
Watkinsservices@live.com
Thanks again,
-Joe
Hey @Joshephy Watkins
If you are talking about a comment box like what I typed this message in, it won’t. It will just put a note in the HTML code for you to use later (I usually go stuf…… To keep everything organized
Seein how this works
gud
thanks it’s nice
Cool trick, I will def give it a try, thank you for sharing.
thank u.