
Beginner’s Web Development Guide.
So Like… What Even Is a Website?
Okay bestie, ever wondered what a website actually is beyond just the thing you type into Google when you’re too lazy to open an app? Buckle up, because we’re about to de-code it (pun 100% intended) — Gen Z style.
First off, it’s not magic. It’s just… files.
Yup. A website is basically a bunch of files living on a fancy computer (aka a server) that sends those files to your screen when you ask for them.
Imagine texting your friend “drop the selfie,” and boom — they send it. That’s kinda what a browser does with websites.
The main squad (a.k.a. the files):
-
HTML – The bones. This gives your site its structure. Like, is it a blog? A shopping site? A portfolio?
-
CSS – The outfit. CSS styles it up — colors, fonts, layout, the vibe. Think Pinterest aesthetic boards but for code.
-
JavaScript – The ✨personality✨. It makes things move, pop, respond. You know that button that wiggles when you hover? That’s JavaScript showing off.
Together, they’re like the Powerpuff Girls of the web.
So how do you even “see” a website?
- You type in a web address (like
www.ican’tremembermypassword.com
). - The browser’s like: “Yo, where this site at?”
- The server replies: “Here you go, fam!” and sends all the HTML, CSS, JS.
- Your browser reads the files and makes the page appear.
It’s like DoorDash but for pixels.
Where do websites “live”?
On the Internet, duh — but more specifically, on servers.
Think of servers as apartments where websites pay rent (aka hosting fees) to exist.
You buy a domain name (like owning the address), rent a space (hosting), and boom — you’ve got yourself a little corner of the Internet.
Why should you care tho?
Because whether you’re stalking memes, online shopping at 2 a.m., or manifesting your influencer era with a blog — it all starts with understanding the basics.
And who knows? Maybe you’ll make your own site one day. Could be a portfolio. Could be a “rate my lunch” gallery. No judgment here.
TL;DR (Too Long, Didn’t Read)
- Website = files + internet real estate
- HTML + CSS + JS = squad goals
- Browser = delivery driver for your screen
- You = now 37% more tech-savvy
By - @CodeAndSketch