<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Comments in HTML</title>
</head>
<body>
<section id="comments">
<div class="container">
<!--<p>Demo Comments Here</p>-->
</div>
</section><!-- end comments here -->
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<title>Comments in HTML</title>
</head>
<body>
<section id="comments">
<div class="container">
<!--<p>Demo Comments Here</p>-->
</div>
</section><!-- end comments here -->
</body>
</html>