+ 1
Should i put article into section or section into article?
3 Answers
+ 2
In training session *HTML5 5/18*, the question part has the following question:
"The section element should be used only inside an article element."
Correct answer: False
Why is it false? The lesson states: "<section> is a logical container of the page or article. Sections can be used to divide up content within an article," and also: "If it makes sense to separately syndicate the content of a <section> element, use an <article> element instead," so I don't get why the answer is false.
+ 1
I believe the <section></section> tag should be nested within the <article></article> .
+ 1
HTML5 basic structure