Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 942 Bytes

File metadata and controls

17 lines (11 loc) · 942 Bytes

HTML Issue Bot 9000

Bleep bloop, please help Issue Bot 9000 solve all HTML validation errors using the W3C validator.

Steps

  1. Fork this repository.
  2. Clone your fork.
  3. cd into the directory for this lab.
  4. open index.html in your text editor.
  5. copy the code from index.html and paste it into the W3C validator at: http://validator.w3.org/#validate_by_input. Then click the large check button to check the code. Use the error messages to correct the code line by line. Save the file then re-validate the code again until all errors are gone. This will make Issue Bot 9000 very happy!

Resources

W3C HTML Validator - Validate Direct Input

View HTML Issue Bot 9000 on Learn.co and start learning to code for free.