+ 2
Div or Html5 structure
I'm still learning, but I want to see in coding is it better to use <nav> or <section> tags rather than <div> with a lot of id's and classes?
3 RĂ©ponses
+ 15
Yes. It is always better to use semantic elements than div.
In case you have complex transitions or animations then you can consider using the latter.
+ 5
đđđđđ
+ 5
Div tag is the use in css and we can also use it in html
This will make a division..... you can apply many division in a html or css code
đđđđđ