List of hierarchical comments making exclusive use of semantic HTML and CSS with defined inheritances, allowing different objects to be embedded in the content of the comment. The CSS contains responsive and print functionalities.
<div class="Comments">
<ul>
<li>
<img src="/example.jpg" alt="Salbatore Munuera">
<a href="#test">Salbatore Munuera</a>
<time>23 minutes</time>
<p>I love HTML</p>
</li>
</ul>
</div>