+ 3
Div
What can I do with <div> tag? (I konw a bit but I want to konw more about ☺)
2 Respostas
+ 5
Div is just a container tag. If you want to group a bunch of elements and position them or style them together as one block, you use div.
HTML5 did introduce many new tags that replace <div> and describe content better. Some of these tags are header, nav, section, article, aside, footer..
+ 3
thx ZinC you are the best !😀