| Comments | This shows how to have code or comments that do not run as part of the page. These are commented out. HTML comments start a block with a
JavaScript comments start with either:
1) a slash-slash "//" for the rest of the line
2) a slash star "/*" to start a region and a star slash "*/" to end it.
|