# HTML/CSS

### Background

To start the Migracode course, students have to complete an online course on the basics of programming (HTML & CSS). You can find it [here](https://www.khanacademy.org/computing/computer-programming/html-css).&#x20;

According to what they learnt on the online course, they created a simple website in CodePen following this instructions:

* Show everything you’ve learnt in the online course Use HTML and CSS.
* Be about yourself, a hobby or anything you like

##

{% content-ref url="/pages/-MRW0J2weP2ktc8tPsvQ" %}
[1 - Semantic HTML and CSS](/coding-course/class-information/teaching-instructions/html-css/week-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRW0gP9zTDDDoLbFyVp" %}
[2 - Responsive Web and layout](/coding-course/class-information/teaching-instructions/html-css/week-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRW0nXCeCmvv3zcf-hi" %}
[3 - Bootstrap](/coding-course/class-information/teaching-instructions/html-css/week-3.md)
{% endcontent-ref %}


---

# 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://volunteers.migracode.org/coding-course/class-information/teaching-instructions/html-css.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.
