/* Single or multi-line comment */
/*
multi-line
comment
*/
<link rel="stylesheet" href="main.css">
<p style="color: red;">...</p>
<p style="color: red; background-color: blue;">...</p>
<style>
p {
color: red;
}
</style>
<div class="class-name">
<h2>Subheading</h2>
<p>Hello world</p>
</div>
<span class="class-name">hello world</span>