Gyancode

A free library of HTML, CSS, JS

Search This Blog

Showing posts with label Comments in HTML. Show all posts
Showing posts with label Comments in HTML. Show all posts

Tuesday 27 December 2016

Comments in HTML

<!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>