Skip to content

SachinGokal/invalid-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo includes invalid HTML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 85.4%
  • CSS 14.6%