<div id="id1">
<div id="id2" class="col">
... some html code here ...
</div>
... some html code here ...
<div id="id3" class="col">
... some html code here ...
</div>
</div>
Can such a construction as a part of html-page be correct and make sense?
Please experts only.
Thank you.
<div id="id2" class="col">
... some html code here ...
</div>
... some html code here ...
<div id="id3" class="col">
... some html code here ...
</div>
</div>
Can such a construction as a part of html-page be correct and make sense?
Please experts only.
Thank you.