# Html

- [How the Web Works](https://certil-remy.gitbook.io/learn/html-1/untitled.md)
- [Site Planning](https://certil-remy.gitbook.io/learn/html-1/untitled-1.md)
- [HTML Fundamentals](https://certil-remy.gitbook.io/learn/html-1/untitled-2.md)
- [HTTP Status Codes](https://certil-remy.gitbook.io/learn/html-1/http-status-codes.md)
- [video review how the web works pt 1](https://certil-remy.gitbook.io/learn/html-1/untitled-1-4.md)
- [How the Web Works, Part 2: Overview](https://certil-remy.gitbook.io/learn/html-1/untitled-7.md)
- [Setting Up a New Site](https://certil-remy.gitbook.io/learn/html-1/untitled-3.md)
- [Document Structure](https://certil-remy.gitbook.io/learn/html-1/document-structure.md)
- [Text Formatting](https://certil-remy.gitbook.io/learn/html-1/untitled-4.md)
- [HTML Tables](https://certil-remy.gitbook.io/learn/html-1/untitled-1-1.md)
- [Html-images](https://certil-remy.gitbook.io/learn/html-1/untitled-5.md)
- [HTML Links](https://certil-remy.gitbook.io/learn/html-1/untitled-1-2.md)
- [Html backing-up changes](https://certil-remy.gitbook.io/learn/html-1/untitled-2-1.md)
- [HTML Validation](https://certil-remy.gitbook.io/learn/html-1/untitled-6.md)
- [Quiz - HTML Fundamentals](https://certil-remy.gitbook.io/learn/html-1/untitled-1-3.md)
- [Dev Tools Super Power](https://certil-remy.gitbook.io/learn/html-1/untitled-2-2.md)
- [HTML Lists](https://certil-remy.gitbook.io/learn/html-1/untitled-8.md)
- [Html issue bot 9000 (lab)](https://certil-remy.gitbook.io/learn/html-1/untitled-1-5.md)
- [HTML Forms and Iframes](https://certil-remy.gitbook.io/learn/html-1/untitled-2-3.md)
- [HTML Map and Contact Form Code-along](https://certil-remy.gitbook.io/learn/html-1/untitled-1-6.md)
- [HTML5 Media](https://certil-remy.gitbook.io/learn/html-1/untitled-9.md)
- [HTML5 Video Embed Code-Along](https://certil-remy.gitbook.io/learn/html-1/untitled-10.md)
- [HTML5 Semantic Elements](https://certil-remy.gitbook.io/learn/html-1/html5-semantic-elements.md)
- [HTML5 Semantic Containers Code-along](https://certil-remy.gitbook.io/learn/html-1/untitled-11.md)
- [HTML5 Quiz](https://certil-remy.gitbook.io/learn/html-1/untitled-12.md)


---

# 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.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.
