Web Part 1# 1. Hypertext 1.1. Overview 1.2. HTML 1.3. Elements and Tags 1.4. Body Elements 1.5. Websites 2. Styling 2.1. Cascading Style Sheets 2.2. Declarations 2.3. Selectors 2.4. Using IDs and Classes 2.5. Advanced Selectors 3. Networking 3.1. Overview 3.2. Internet Layer 3.3. Transport Layer 3.4. Application Layer 4. Backend Introduction 4.1. Overview 4.2. HTTP 4.3. Server Side Scripting 4.4. Flask Intro 4.5. Handling Requests 4.6. Serving Static Files 5. Databases and SQL 5.1. Overview 5.2. Select 5.3. Where 5.4. Order By 5.5. Limit 5.6. Readability 5.7. Insert 5.8. Update 5.9. Delete 5.10. Joins 5.11. More Joins 5.12. Group By 6. Dynamic Backends 6.1. Case Study: Movie Reviews 6.2. Databases and Python 6.3. Databases with Flask 6.4. Templating 6.5. Variables in URLs 6.6. Forms - Part 1 6.7. Forms - Part 2 6.8. Extension Exercises