+ 1
why we use <div> for?
I couldn't understand this part in html..so please someone help me
6 Respuestas
+ 5
<div> tag is a block level semantic tag that help creating logical sections of the Web page. It better work when CSS is applied.
+ 4
div means division.
it grous all the elements inside it.
+ 4
<div>
<img ...../>
</div>
img is element of div.
+ 3
welcome ....
0
all elements?
like what?
0
ohh thanks