I have a very simple question, which one is semantically correct to do :
- have
articletags insidesectiontags ? - have
sectiontags insidearticletags ?
I would appreciate all opinions on this, as I googled it and I had all kinds of search result (:
Section
The HTML Section Element (
<section>) represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.See Permitted parent elements in Usage context
Article
The HTML Article Element (
<article>) represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable, e.g., in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.See Permitted parent elements in Usage context
Which one to choose?
See this article for more clearance.