<div id="outer">
<div id="blueDiv">
</div>
</div>
I am a beginner to htlml so the following question may seem silly but I thought that a div tag had to open with
- are we not missing an opening </div> tag
- and we have 2 </div>'s to close when we only needed 1
so I thought that the above code could be written as
what do you think?