VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

Commenting HTML

What is a comment? Well it's basically a programming term for some code that the compiler ignores. In our case, the compiler is the browser that reads your html and displays the webpage. Basically, If you want to make a note to yourself about something, or you want to not show part of a subpage, you would use these codes.

That's it! Basically just put that wherever you want something to not show up when viewing the page.

<-back