xxxxxxxxxx
<html>
<body>
<h1>Basic div element example</h1>
<p>
You can group elements together using div tags. This enables
easier styling by targeting the class or id of the div.
</p>
<div class="paragraphgroup">
<p>A paragraph goes here.</p>
<p>A paragraph goes here.</p>
<p>A paragraph goes here.</p>
<div>
</body>
</html>