# Slide Practice
---
* How the web works
* Basic components
* Frontend v.s. Backend
* Dynamic Websites vs Static Pages vs Single Page Apps (SPAs)
* RESTful
* MVC
* DB ORM
---
## How the web works
```javascript=
const a = 1;
```
----
---
## Basic components
```javascript=
const a = 1;
```
----
---
### Frontend v.s. Backend
```css=
p {
font-family: verdana;
font-size: 20px;
}
button {
border-style: solid;
}
.group1 {
background-color: red;
}
#someId {
margin-top: 100px;
}
```
{"metaMigratedAt":"2023-06-15T07:58:24.588Z","metaMigratedFrom":"Content","title":"Slide Practice","breaks":true,"contributors":"[{\"id\":\"be50993a-7359-4c16-ac42-3cf1671f8667\",\"add\":533,\"del\":32}]"}