Question on the assessment for structuring a page of content

I am doing the assessment on structuring a page of content. I think I got most of it right, but I am not sure whether the welcome part should be wrapped with <article> or <section>.

@saralin10co hello again!

I wouldn’t worry about this too much. The definitions of section/article are a bit confusing, especially in cases like this where it really could be either.

  • section is more for a separate area of functionality on the page, e.g. the body of an article, or a list of tweets, or a map, etc.
  • article is more for a separate item of content, e.g. a single blog post or news headline.

I leaned towards using article in this case because it is a distinct article of content. But You wouldn’t get marked down for using one or the other.