Hi!
I need an answer about this,what is wrong or what is not wrong or what is the right way...
Is this code ok?
<div id="some_div1" style="heigh:200px; width:200px;">
<div id="some_div2" style="heigh:200px; width:200px;">
</div>
</div>
or is this code ok?
<div id="some_div1" style="heigh:200px; width:200px;">
<div id="some_div2" style="heigh:199px; width:199px;">
</div>
</div>
I know its work well the first ans second example to but I wish to know what is the right way...
I need an answer about this,what is wrong or what is not wrong or what is the right way...
Is this code ok?
<div id="some_div1" style="heigh:200px; width:200px;">
<div id="some_div2" style="heigh:200px; width:200px;">
</div>
</div>
or is this code ok?
<div id="some_div1" style="heigh:200px; width:200px;">
<div id="some_div2" style="heigh:199px; width:199px;">
</div>
</div>
I know its work well the first ans second example to but I wish to know what is the right way...
Comment