harshjosolkar.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupRemember when you first started texting? You probably typed out every single letter: "I am laughing out loud." Then you discovered shortcuts: "lol". Suddenly, you could communicate ten times faster. Emmet is exactly that—but for HTML. If you are lear...Feb 15·4 min read
harshjosolkar.hashnode.devUnderstanding HTML Tags and ElementsEvery single website you visit—whether it’s Instagram, IRCTC, or your college portal—is built on the same foundation: HTML. If a website were a human body, HTML (HyperText Markup Language) would be the skeleton. It gives the page structure. CSS is th...Feb 15·3 min read
harshjosolkar.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionImagine you are a teacher in a noisy classroom of 50 students in Mumbai. You want to tell one specific student to stand up. If you just shout "Hey, you!", everyone will look confused. You need to use their name. CSS Selectors are exactly that—they ar...Feb 9·4 min read
harshjosolkar.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what actually happens in the split second after you type google.com and hit Enter? It feels like magic—a blank white screen transforms into a colorful, interactive page instantly. But it’s not magic. It’s a highly coordinated t...Feb 8·4 min read
harshjosolkar.hashnode.devThe Digital Handshake: Understanding How TCP Powers a Reliable InternetImagine you are trying to send a 500-page book to a friend by tearing out every page and mailing them individually in separate envelopes. If you just drop them in the mailbox and hope for the best, some pages might get lost, some might arrive out of ...Feb 6·3 min read