/invalid-html

This repo includes invalid HTML.

Primary LanguageJavaScript

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.

Submit

To submit, send a pull request to this repository.

Server

  1. In the terminal, cd into the puck directory
  2. Run python -m SimpleHTTPServer to start a server
  3. Visit localhost:8000 to see the index page