0
Div Tags
My Question is are Div tags still used, for example if my website has two Section codes one supporting letâs say Favourite Food and the other Favourite Movie would I do <div section=âMovieâ></div> and the the same for Food to keep it more organized for CSS or is there another way you do it in HTML5?
5 Answers
+ 1
We also use sections and articles, now that they are available. These are supposed to represent that the content has meaning and are supposed to help with SEO, so use where appropriate and use div where appropriate.
Hope this clears things up. đ
+ 1
- div tags are used all the time
- div is for grouping content, not code
- section is not a standard attribute ( https://www.w3schools.com/tags/ref_attributes.asp )
If I've misunderstood your question, please rephrase. đ
+ 1
Janningâ It does thank you for helping me with my confusion
0
Janningâ I was reading a comment after a lesson saying that instead of using div tags they are now orginzed using sections and articles, which I just had to have someone verify that for me
0
Happy to help. đ