+ 2
Function of <div> tag in html
Do you know what is the true function of <div> tag in html
6 odpowiedzi
+ 3
Its main purpose is to divide your webpage into sections so that it can be easily manipulated in CSS and JavaScript.
+ 5
<div> tag is DIVIDE and CONQUER for designers.😅
it comes very handy to act as container for stuffs and applying box properties a lot can be done to easily align, resize and position stuffs over the page
+ 3
You can have as many divs as you want. there's no limit to it as long as the browser can handle it.
+ 2
thx
+ 1
Thank you very much!
+ 1
can we have more than one <div>?