1/* This is a CSS comment! */
2/* Remember that you have to add the end bit on comments or all your
3code will turn to comments! Thease comments can go over several lines! */
1/* Use the "/*" at the start and swap them at the end of your comment! Put your string into the argument.*/
1/* CSS comment
2 any line */
3
4<!-- HTML comment
5 any line -->
6
7// Javascript comment single line
8/* Javascript comment
9 multiline */