<div class="myDiv">
<h2>This is a heading in a div element</h2>
<p>This is some text in a div element.</p>
</div>
<div> </div>
<!-- You can add different attributes to a div tag -->
<div class="YEET">
<h1>Heading</h1>
</div>
<div id="" class="">
anything
</div>