<!DOCTYPE html>
<html>
<head>
<title>HTML section tag</title>
</head>
<body>
<section>
<h4>Heading</h4>
<p>Heading description text....</p>
<p>Heading description text....</p>
<p>Heading description text....</p>
</section>
<section>
<h4>Another heading</h4>
<p>Another heading description text....</p>
<p>Another heading description text....</p>
<p>Another heading description text....</p>
</section>
</body>
</html>