html5 - Div content vs Section content, your own Opinion -


this question has answer here:

well have html5, i'm wondering, if follow standards of html5 only, should use:

<section></section> 

or

<div></div> 

well teachers have problem answer on question, i'm asking guys, think? hear suggestions it. using yourself? found topic before wrote topic. didn't answer on question. div or section?

thank you. have great day!

div used wrapper identified class or id while section grouping of content within it.

edit** div should used styling on section because div generic tag has no "meaning"


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -