<div class="class1">
<div class="class2">
<h1>Random title</h1>
<p>Random words about a random topic</p>
</div>
</div>
I often times see the above yet i do not understand the utility of the div class 2. Often times, this practice is labeled as “containers”. Whats the point of putting a second div if the first div “contains” already all the elements in question?
thanks