wdc2026shashank.hashnode.devUnderstanding Variables and Data Types in JavaScriptBefore we jump into technical concepts, let’s understand this with a simple real-life example. Imagine you are an admin in a college and you need to record the details of a student. The information mi11h ago·6 min read
wdc2026shashank.hashnode.devCSS Selectors 101Targeting Elements with Precision (Beginner-Friendly Guide) Simple question to start:If HTML creates elements… how does CSS know which ones to style? Because when you write CSS, you’re basically saying: “Hey browser, style this thing, not everythi...Feb 10·4 min read
wdc2026shashank.hashnode.devEmmet for HTMLA Beginner’s Guide to Writing Faster Markup Honest question:Have you ever typed this and sighed? <div></div> <div></div> <div></div> <div></div> <div></div> Your fingers hurt.Your motivation drops.And you think: “There has to be a faster way.” Goo...Feb 10·4 min read
wdc2026shashank.hashnode.devUnderstanding HTML Tags and ElementsSimple question to start:If a webpage were a human body… what would HTML be? CSS would be the clothes 👕JavaScript would be the muscles & brain 🧠And HTML?👉 HTML is the skeleton 🦴 Without HTML, there is nothing for the browser to show. Let’s break...Feb 10·4 min read
wdc2026shashank.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsQuestion to kick things off:What actually happens after I type a URL and press Enter? Let’s find out—step by step, like a movie 🎬 🌍 First: What is a Browser (really)? Most people think: “A browser opens websites.” But that’s like saying: “A re...Feb 10·4 min read