Welcome to my Comments page!

Welcome to my notes hompage from IST coding class /w3schools . Each link will take you to a brand new topic. ENJOY!

What are Comments for?
Comments are there to add explanatory notes and documentation within the source code without affecting the appearance or functionality of the rendered webpage.
What is the proper syntax for comments?
The proper syntax for comments in HTML is <!-- ... -->. 
You "hide" content using comments by placing code "<!-- ... -->." to control visibility; you'd do this for temporary notes, debugging, keeping content private, or managing public discussions without permanently deleting them.

Click here to go back to the Notes homepage.