To create a group of elements, we surround the elements with <div> and </div> tags.

<html>
<body>
<div>
<h3>Latest News</h3>
<h1>Where VC's are investing in Fintech</h1>
<p>Arman</p>
</div>
</body>
</html>]]>

Make sure to pick <div>, followed by </div>.