By default, all the HTML elements appear
on the web page one after another in the same
order as specified in the HTML
markup. We can change this
with the help of the CSS position
property.
Look at the example given below:
In the example given above,
scroll inside the result
to see what happens.
Also, remove the position
value for any div
to see how its location
in the result changes.