Hello World!

This paragraph is styled with CSS.

CSS comments are not shown in the output.

Multi-line Comment

<style>
/* This is
a multi-line
comment */

p {
  color: red;
} 
</style>