The <div></div> tags and the elements between them make up one group on a webpage, also known as a div element.

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