# Html issue bot 9000 (lab)

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

## Tasks for LearnIDE Environment Users

1. Click the "OPEN IDE" button

## Tasks for Local Environment Users

1. Fork this repository.
2. Clone your fork locally.
3. `cd` into the local repo you just cloned.

## Steps

1. open index.html in your text editor.
2. 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](http://validator.w3.org/#validate_by_input)

Clone code <git@github.com>:learn-co-curriculum/html-issue-bot-9000.git


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://certil-remy.gitbook.io/learn/html-1/untitled-1-5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
