Basic CSS Comment
Preview
Code
<style>
/* This sets the text color */
p{
color:#2563eb;
}
</style>
<p>This paragraph uses CSS with a comment.</p>
<style>
/* This sets the text color */
p{
color:#2563eb;
}
</style>
<p>This paragraph uses CSS with a comment.</p>