Category: Web Dev Diaries
-

Why <!DOCTYPE html> Matters for Web Design?
If you’re learning HTML, you’ve probably typed this line at the top of your code without giving it much thought: But here’s the truth:This tiny line is a big deal when it comes to web design. ✅ What Does It Do? <!DOCTYPE html> tells the browser, “This page follows modern…
-

The Backbone of Every HTML Document Explained
Hey there, fellow code explorer! 👩💻Today, we’re rewinding to the absolute basics — the foundation of every HTML document: <html>, <head>, and <body>. They may not look flashy, but trust me — these three tags are essential. They’re like the backstage crew in a theater 🎭: without them, nothing works…
-

How HTML, CSS, and JavaScript Work Together?
Understanding the Web’s Power Trio — Explained Simply Hello readers! 👋If you’ve ever right-clicked on a website and clicked Inspect, you’ve probably seen a whole bunch of code pop up — and maybe, like me, you noticed three familiar languages in action: HTML, CSS, and JavaScript. But have you ever…
-

HTML vs. XML – What’s the Difference?
Hey readers! 👋As I continue exploring the world of web development, I often come across questions like: “What’s the difference between HTML and XML?”Aren’t they both markup languages? Don’t they both use tags? Yes — but they’re very different in their purpose, rules, and how we use them. Let’s break…
-

How Browsers Read HTML?
Hello Readers! 👋We use browsers like Chrome, Firefox, Safari, and Edge every single day. But have you ever stopped to wonder:How do these browsers actually “read” HTML and turn it into the websites we see?Let’s talk about it — in the simplest way possible. 💡 Did You Know? 🔸 The…
-

History of HTML: The Web’s Favorite Language
“Isn’t it a bit late to talk about HTML and its evolution?”Maybe. But hey — better late than never, right? So today, I’m diving into a topic that forms the foundation of everything I’m learning:HTML — where the web began, and how it’s grown. 🕰️ A Quick Trip Back in…
-

How Websites Talk to You? Let’s Break It Down!
Hello readers, Ever wonder how websites actually interact with you?Like… how does the internet talk back when you fill out a form or hit that “Send” button? Well, guess what — websites speak through something called HTML Forms. And today, we’re going to decode them together. 🧠💻 📝 So… What…
-

Why Accessibility in Web Dev Matters
🌐 Accessibility: What Does It Really Mean? While learning HTML and CSS, I came across this thing called Accessibility—and I’ll admit, at first it sounded like “just another guideline.” But then I paused and asked myself:👉 Can everyone use the site I’m building? If the answer is “maybe not,” then…
-

Web Dev Diaries: Day 8 – Meta Tag Magic
Hey there, curious coder! 👋 Welcome to my little corner of the internet where I’m sharing all the brain-frying, “aha!” moments from my journey into web development. Yep, I’ve officially dived into the world of websites, code, and… a lot of browser tabs. According to Wikipedia (because what’s more official,…