victor-cody / accessibility-on-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interview instructions

You have a single task to perform on this simple webpage:

  • To edit the HTML source code made up of divs and unsemantic elements with appropriate semantic tags where they make sense.
  • Do this by identify the relevant divs and replace them with appropriate semantic tags such as nav, main, footer etc. as well as including HTML attributes such as alt, role, aria-label that improves accessibility
  • In the end, the web page's accessibility score on Lighthouse should go from the current score of 82. To the official solution’s Accessibility score of 98.

About


Languages

Language:CSS 95.1%Language:HTML 4.6%Language:JavaScript 0.4%