Search⌘ K
AI Features

The Server-side and The Client-side

Explore the differences between client-side and server-side web development. Understand how client-side coding with HTML, CSS, and JavaScript manages design and interaction, while server-side programming handles data delivery, user sessions, and content control. Gain foundational knowledge to build dynamic websites.

We'll cover the following...

Introduction

Let’s get into the basics of coding a website.

Client-side

The source code of a website can be broken down into two parts: client-side and server-side. The code on the ‘client’ side runs on the client computer’s browser and handles what the website looks like, how it requests data from the server, and ...