YTYash Thumarinyashthumar.hashnode.dev·Feb 15 · 5 min readHow 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...00
YTYash Thumarinyashthumar.hashnode.dev·Feb 1 · 3 min readEmmet 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...00
YTYash Thumarinyashthumar.hashnode.dev·Feb 1 · 3 min readCSS 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...00
YTYash Thumarinyashthumar.hashnode.dev·Feb 1 · 2 min readUnderstanding 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. ...00
YTYash Thumarinyashthumar.hashnode.dev·Feb 1 · 3 min readHow 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...00