Summary
This textbook will guide you through the three core client-side web technologies (HTML, CSS, & JS), as well as discuss the role HTTP plays in retrieving resources for a web client (like a browser) from the web. It is organized into chapters focused on each of those technologies in turn:
- The World-Wide-Web
- Hyper-Text Transfer Protocol
- Hyper-Text Markup Language
- Cascading Style Sheets
- JavaScript
Once you understand client-side web technologies, you may want to turn your attention to the server side. The follow up textbook to this one covers those topics: Full Stack Web Development