sumitsaroj.hashnode.devCSS Selectors Made Simple: Your First Steps in Styling Web PagesIntroduction Starting to learn CSS? Awesome! Let's tackle one of the most important questions you'll have: How do I tell my web page which part to style? Imagine you're decorating a room. You wouldn't paint the whole house blue just because you want ...Jan 30·5 min read
sumitsaroj.hashnode.devHow I Stopped Wasting Time Typing HTML TagsIntroduction I spent three years of college typing <div class="container"></div> by hand like an idiot. My professor mentioned "Emmet" once in passing, I nodded like I knew what he meant, and then forgot about it. Then one day I watched a classmate b...Jan 30·4 min read
sumitsaroj.hashnode.devHTML Tags and Elements Explained for BeginnersIntroduction We all have that one friend who sends a "wall of text" in WhatsApp. One giant paragraph with no line breaks, no emojis,just a dense block of words you have to squint to read? Now imagine that was the entire internet. Before HTML existed,...Jan 30·5 min read
sumitsaroj.hashnode.devHow Browsers Work: A Beginner’s GuideIntroduction Every day, we visit many websites. A browser is the gateway to the internet, allowing us to access websites and information from around the globe. We enter a website like youtube.com and the website appears instantly. Our browser does ma...Jan 29·6 min read
sumitsaroj.hashnode.devcURL for Beginners: Talk to Servers Like a ProIntroduction You've probably seen developers mention cURL or spotted confusing commands in API documentation. Maybe you've wondered why anyone would use the command line to make web requests when browsers exist. If that sounds familiar, this guide is...Jan 28·4 min read