...

/

Coding Challenge: Programming with HTML5 Semantics

Coding Challenge: Programming with HTML5 Semantics

Let's test our understanding on semantics with a hands-on exercise!

Challenge

Use semantic elements to provide structure to the HTML page below. Some things to consider:

  • if there are multiple heading elements associated with a single heading, use <hgroup>
  • the unordered list
...