Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 632 Bytes

readme.md

File metadata and controls

16 lines (14 loc) · 632 Bytes

Broken HTML

This app has invalid HTML in index.html. Use w3's html validator to work out errors.

Steps:

  1. Visit the above link
  2. Select "Validate by Direct Input"
  3. Paste the content in index.html.
  4. Click "Check"
  5. Read the Erros output in red
  6. Adust HTML in index.html
  7. Repeat until all errors are gone.

Server

If you'd like to see this file from a server instead, clone this repository and then cd into this directory. It's not nessecary to complete this exercise.

  1. Run http-server -c-1 -o to start a server
  2. Visit http://localhost:8080 to see the index page