+ 1
how can i insert many div in a single document.
i want to use div as a container and define some tags in it then different div and again some tags.
1 Answer
0
<div id="first" >
<div id="second" >
.
.
do like this as many you want, just make sure not to use same id name for different div.