Does html order affect the stacking order of non-positioned, auto z-index elements?

RKS

New member
If you have
<div id=1></div>
<div id=2></div>
<div id=3></div>

Which one is highest in the stacking order if non are positioned and all three have auto z-index?
 
Back
Top