# HTML Cheatsheet

### Overview

You are going to create an HTML cheat sheet of some of the most common elements.  It's going to look something like this.

![](/files/-MYMGDm1IGZFGxlaMKrE)

### Project Setup

* If you don't already have an account on CodePen, create one.
* Fork the CodePen pen below.
* Provide your own content for each of the Example sections. Look for the comment:&#x20;
  * \<!--- Add your example here --->
* To turn in your assignment, just provide the url to your pen.

{% embed url="<https://codepen.io/annechinn/pen/ExZRoVv>" %}

### Help, If Needed

Use [MDN ](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)as a reference.

You can view a finished version here, but only consult it if you are having trouble. Try on your own to complete it from the blank first.

{% embed url="<https://codepen.io/annechinn/full/LYxreGd>" %}

### Resources

{% embed url="<https://codepen.io>" %}

{% embed url="<https://www.youtube.com/watch?v=vb9uYBtqmeM>" %}


---

# 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://chnn-anne.gitbook.io/mern-stack/html-cheatsheet.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.
