Kod
<div id="comments">
<h2>Opinie</h2>
<ul>
<li>
<article>
<header>
<figure class="avatar"><img src="../images/demo/avatar.png" alt=""></figure>
<address>
Przez <a href="#">Imię</a>
</address>
<time datetime="2045-04-06T08:15+00:00">Friday, 6<sup>th</sup> April 2045 @08:15:00</time>
</header>
<div class="comcont">
<p>This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking.</p>
</div>
</article>
</li>
</ul>
<h2>Dodaj Opinię</h2>
<form action="#" method="post">
<div class="one_third first">
<label for="name">Imię <span>*</span></label>
<input type="text" name="name" id="name" value="" size="22" required>
</div>
<div class="one_third">
<label for="email">E-mail <span>*</span></label>
<input type="email" name="email" id="email" value="" size="22" required>
</div>
<div class="block clear">
<label for="comment">Twoja Opinia</label>
<textarea name="comment" id="comment" cols="25" rows="10"></textarea>
</div>
<div>
<input type="submit" name="submit" value="Dodaj Opinie">
<input type="reset" name="reset" value="Usuń">
</div>
</form>
</div>
<h2>Opinie</h2>
<ul>
<li>
<article>
<header>
<figure class="avatar"><img src="../images/demo/avatar.png" alt=""></figure>
<address>
Przez <a href="#">Imię</a>
</address>
<time datetime="2045-04-06T08:15+00:00">Friday, 6<sup>th</sup> April 2045 @08:15:00</time>
</header>
<div class="comcont">
<p>This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking.</p>
</div>
</article>
</li>
</ul>
<h2>Dodaj Opinię</h2>
<form action="#" method="post">
<div class="one_third first">
<label for="name">Imię <span>*</span></label>
<input type="text" name="name" id="name" value="" size="22" required>
</div>
<div class="one_third">
<label for="email">E-mail <span>*</span></label>
<input type="email" name="email" id="email" value="" size="22" required>
</div>
<div class="block clear">
<label for="comment">Twoja Opinia</label>
<textarea name="comment" id="comment" cols="25" rows="10"></textarea>
</div>
<div>
<input type="submit" name="submit" value="Dodaj Opinie">
<input type="reset" name="reset" value="Usuń">
</div>
</form>
</div>