# Introduction to Web Development

<figure><img src="/files/kexswSi4BiQIvXgHZZyb" alt=""><figcaption><p>GitBook for Introduction to Web Development Course</p></figcaption></figure>

Click the link below to see the GitBook:

> [Introduction to Web Development Using Cloud Services](https://rpeltz.gitbook.io/introduction-to-web-development)

### Description

This book introduces the students to project-based learning by offering a four-week course on creating websites using HTML, CSS, and JavaScript.  The course uses replit.com, an online development environment.

### Tools/Technology

This book was written and hosted using the online GitBook editor. This supports a four-week course that introduces students to web development and programming.  The course teaches students how to code in HTML, JavaScript, and CSS.  It also introduces them to working in the cloud because it uses an online IDE to create the code and GitHub to store and serve the web pages that students make.


---

# 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://rpeltz.gitbook.io/portfolio/projects/learning-modules/introduction-to-web-development.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.
