# Web Development

## **What is front-end and back-end development?**

### Front-end

Front-end developers use a variety of programming languages and frameworks such as HTML, CSS and JavaScript to build the exterior look and features of a site.

### Back-end

Back-end developers use programming languages such as Python and Ruby to design, build and integrate applications from front-end development into the back end—in other words, they make the features on the site operate.

To find out more about the differences between frontend and backend, go to <https://www.geeksforgeeks.org/frontend-vs-backend/>


---

# 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://hackathonsforschools.gitbook.io/student-summer-sprint-1/technical-workshops/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.
