<html>
<head><title>mypage</title>
</head>
<body>
<div id="first">
<div> first div</div>
<div> second div</div>
</div>
</body>
</html>
Out put of this code appers as follows
first div
second div
But I want the out out as
second div frist div
and the above out put should be right hand side of the browser.
So I would be very thank full if anyone can give me an ide
cheers
Nishantha