Hello World!

This paragraph is styled with CSS.

CSS comments are not shown in the output.

You can add comments wherever you want in the code:

<style>
p {
  color: red;  /* Set text color to red */
} 
</style>