order of the divs in html
Hi
I have a ques here. Like if i have a big html. In that html, i have defined orders of the divs appearing in it.
like:
<div1>
<div2>
<div3>
i have styled these divs thru css and have given css acc to their current position. But now if my data is dynamic now and i cant' say which div will come at which place. like it is kind of caraousel.
how can i handle this? is there any way?