yashthumar.hashnode.devHow DNS Resolution WorksWhen you type google.com into your browser and press Enter, the website loads within seconds. It may seem like your browser directly connects to Google’s server. But that’s not what actually happens. Behind the scenes, a structured and layered system...Feb 15·5 min read
yashthumar.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML can sometimes feel slow and repetitive, especially when you’re creating multiple elements or a full webpage structure. Every <div>, <p>, <h1> takes time to type, and it’s easy to make mistakes. This is where Emmet comes in. Emmet is a sh...Feb 1·3 min read
yashthumar.hashnode.devCSS Selectors: Targeting Elements with PrecisionCSS is makes the web beautiful. While HTML gives structure to a webpage, CSS allows you to style it colors, fonts, layouts, spacing, and more. But to style anything, you first need to select the right element. This is where CSS selectors come in. Sel...Feb 1·3 min read
yashthumar.hashnode.devUnderstanding HTML Tags and ElementsHTML is the foundation of every webpage you see on the internet. Without it, the web would be nothing but plain text. Think of HTML as the skeleton of a webpage. It provides the structure and organizes content, so your browser knows what goes where. ...Feb 1·2 min read
yashthumar.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat actually happens after you type a URL in your browser and hit Enter? Most of us just see the page load, but under the hood, a lot is happening to turn that URL into the web page you see. What is a Browser? A browser is more than just a program t...Feb 1·3 min read