<html>
<head>
<style>
/* This is a single-line comment */
p {
color: red;
}
</style>
</head>
<body>
<p>Hello World!</p>
<p>This paragraph is styled with CSS.</p>
<p>CSS comments are not shown in the output.</p>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_comments by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:04 GMT -->
</html>