CSS Comment Example
Preview
Code
<style>
/* This is a CSS comment */
p{
color:#16a34a;
}
</style>
<p>This paragraph uses CSS with a comment.</p>
<style>
/* This is a CSS comment */
p{
color:#16a34a;
}
</style>
<p>This paragraph uses CSS with a comment.</p>