1<!-- Comment HTML -->
2<style>
3 /* A CSS comment */
4</style>
5<script>
6 // A Javascript Comment
7</script>
1<!--HTML Comment Example! HTML Comments do not affect your code in
2any way, comments can be used to take notes to yourself, or if you
3are working with a team, this could be a good way to communicate
4without messing up any of your code. Comments will not be shown
5in your HTML webpage. -->