Getting initial to work at the top of the code?

Are you seriously saying that after all this time, you are still unable to distinguish the difference between one div inside another:

<div class="first">
   <div class="second">
   </div>
</div>

and one div after another:

<div class="first"></div>
<div class="second"></div>
1 Like