+ 1
What does div stands in html..???
can anyone tell me its use...
3 Respuestas
+ 6
its like a block, a container for your code, it doesnt influence on the structure of the website, but its a good habit to wrap your code with a 'div' element, just to simplify the understanding of your code for other web developers, with practice you are going to realize why do you need the 'div'
+ 4
it is used for defining a section of your document , you can group large sections of HTML elements together and format them with CSS.
+ 4
divide and conquer, for designers 😅