> For the complete documentation index, see [llms.txt](https://gitbook.ganeshicmc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.ganeshicmc.com/web/semana-1.md).

# Semana 1

## Sumário - Aulas Semana 1

### Conceitos iniciais:

* [Introduoção à Web (e arquitetura de uma aplicação Web)](/web/semana-1/01_introducao_a_web.md)

### Estrutura do front-end de uma página Web:

* [Introdução ao HTML e ao CSS](/web/semana-1/03_html_css.md)
* [Introdução ao Javascript](/web/semana-1/05_javascript.md)

### Comunicação na Web:

* [Entendendo as URLs](/web/semana-1/02_urls.md)
* [Protocolo HTTP](/web/semana-1/protocolo_http.md)
* [Protocolo HTTPS](/web/semana-1/protocolo_https.md)
* [Cookies e sessões](/web/semana-1/11_cookies_e_sessoes.md)

### Algumas vulnerabilidades:

* [Directory Traversal](/web/semana-1/04_directory_traversal.md)
* [Cross Site Scripting (XSS)](/web/semana-1/06_xss.md)
* [XML External Entities (XML) Injection](/web/semana-1/xxe.md)

#### Autores do material:

* [Marcus Vinícius Castelo Branco](https://github.com/marcuscastelo)
* [Pedro Guerra Lourenço](https://github.com/Haltz01)
* Adicionar autores que ajudaram em 2021!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gitbook.ganeshicmc.com/web/semana-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.
