rohit-k.hashnode.devDNS Record Types ExplainedHow does a browser know where a website lives? Let me start with a simple question. When you type google.com into your browser and press Enter… How does your computer know where that website actually is? Your browser doesn’t understand names like goo...Feb 15·4 min read
rohit-k.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat actually happens after I type a URL and press Enter? We all started with this ideaBrowser matlab website (facebook) khul jaata hai. But inside, a lot of things are running like a busy railway station. So today, let’s open the browser ka andar ka...Feb 1·3 min read
rohit-k.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhen we start learning CSS, one big question comes up: “CSS likhu kahan?”“Kaunsa HTML element style hoga?” That’s exactly where CSS selectors come into the picture. Think of selectors as ways to choose people in a crowd.Before giving instructions, yo...Feb 1·3 min read
rohit-k.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’ve ever written HTML like this… <div> </div> again and again… and again…then you already know how slow and boring it can feel Now imagine typing one short line and your editor magically creates full HTML for you. That’s exactly what Emmet doe...Feb 1·3 min read
rohit-k.hashnode.devUnderstanding HTML Tags and ElementsIf you’ve ever wondered “websites bante kaise hain?”, the answer starts with HTML. Think of HTML as the skeleton of a webpage.Just like our body needs bones to stand, a website needs HTML to exist. No HTML = no webpage. Simple. HTML stands for Hyper...Feb 1·3 min read