Practice: What Element is in the HTML code?

  • Due Sep 18, 2018 at 11:59pm
  • Points 6
  • Questions 1
  • Available Sep 11, 2018 at 12:15pm - Dec 18, 2018 at 11:59pm
  • Time Limit None
  • Allowed Attempts Unlimited

Instructions

Here is a screenshot of the site toolsandtoys.net. Your job is to match the annotated labels of the site with the most likely HTML element used to markup that part of the site.

We have yet talked about header, footer, article, or section elements newly available in HTML5, but do your best here!

      • header element is used to markup the header of the page -- the part of the page that includes the logo, title, site-wide navigation, etc.
      • footer element is used to markup the footer of the page -- that stuff at the bottom that is often a dense set of links that will take to interesting places, along with copyright statements, terms of use, etc.
      • article element is used to markup an article -- an article is content that can stand alone, apart from other article content on the page, and still make sense.
      • section element is for a section of an article; this is not an element to be used to markup a design section of a page, but rather a section of content. A section of content needs the other sections to make complete sense and wouldn't stand on its own.
toolsandtoys.png toolsandtoys-annotated-1.png
Only registered, enrolled users can take graded quizzes