PKPriyanshu Kumarindns-basics.hashnode.dev·Jan 31 · 3 min readEmmet for HTML: A Beginner's Guide to Writing Faster MarkupEmmet Explained: Write HTML Faster Without Memorizing Tags If you’re a beginner in HTML, one thing you quickly realize is this: Writing HTML feels slow. You type opening tags, closing tags, indent code, and repeat the same structure again and again.T...00
PKPriyanshu Kumarindns-basics.hashnode.dev·Jan 31 · 3 min readCSS Selectors 101: Targeting ElementsCSS Selectors Explained: How Styles Find HTML Elements When you write CSS, you are not directly styling colors or fonts first.Before anything else, you are answering one question: “Which HTML elements do I want to style?” CSS selectors exist to answe...00
PKPriyanshu Kumarindns-basics.hashnode.dev·Jan 31 · 3 min readUnderstanding HTML Tags & ElementsHTML Basics Explained: Tags, Elements, and How Webpages Are Built Whenever you open a webpage, what you see looks visual and interactive.But underneath all that design, there is a very simple foundation. That foundation is HTML. What Is HTML and Why...00
PKPriyanshu Kumarindns-basics.hashnode.dev·Jan 31 · 4 min readWorking Of a Browser: Into Browser InternalsHow a Browser Works: A Beginner-Friendly Guide to Browser Internals We all use browsers every day.Chrome, Firefox, Edge , we open them, type a URL, and a website appears. But have you ever stopped and asked: “What actually happens after I type a URL ...00
PKPriyanshu Kumarindns-basics.hashnode.dev·Jan 31 · 4 min readWorking of TCP : 3 Way HandshakingTCP Working: 3-Way Handshake and Reliable Communication Whenever you open a website, send data to a server, or call an API, data does not magically reach its destination.It follows strict rules to make sure nothing is lost, duplicated, or mixed up. T...00