+ 2
how does the div tag work? I tried it while coding at school but it just wouldn't work.
6 Answers
+ 12
let me see how I can help. padding is the space in between the border and the text/ image/ content
+ 8
Oh!đ
Thank you very much.
+ 7
I... might've deleted itđđ
would you explain what padding is? I keep seeing it and I don't know what it does
+ 7
the link is quite clear.
Thank you very muchđ
+ 1
<div> Tag should be inside <body> Tag, and should be closed also with </div>. It more useful lately when you use JavaScript or JQuery.