<style>
Div { color:black; }
.myDiv h1 {font-size: 60px, color: blue;}
</style>
<div class='myDiv'>
<h1> HTML is neat!</h1>
<p> It's what all your websites are built in at the end of the day.</p>
<div><p>wghooo tgus us gutnk</p></div>
<h3>HTML is</h3>
<ul>
<li>Fun</li>
<li>Cool</li>
<li>Old</li>
</ul>
</div>