0
2 div one line
any body help me to know how i can put more than one <div> in one line. when i add new div its going down.
4 Respuestas
+ 1
div is by default display as block , you can make it inline by style display: inline; or you can use span which is by default inline
0
It is because by default some margin or padding is given to div tag,you can change it using css
0
yes display inline block ok thanks
- 1
you have level 3