Hello World!

This paragraph is styled with CSS.

CSS comments are not shown in the output.

CSS comment in an internal style sheet

<style>
/* This is a single-line comment */
p {
  color: red;
} 
</style>