Static or Dynamic web sites.
- Static web sites just receive the html, css, and javascript directly from the web server.
- Dynamic web sites are constantly changing, and pulling information using Python, etc. from the web server to show on your browser, specifically for you.