sudhanshu17.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster Markuphow slow writing HTML files without Emmet ? Writing HTML manually can feel slow and repetitive, especially for beginners. Every element on a page needs opening and closing tags, and if you want to nest elements (put one inside another), you have to c...Jan 29·7 min read
sudhanshu17.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCSS selectors are patterns used to select HTML elements so that you can apply styles to them. They tell the browser which elements should be styled and allow you to control the look of your webpage precisely. Without selectors, CSS would not know whe...Jan 29·5 min read
sudhanshu17.hashnode.devUnderstanding HTML Tags and ElementsThe Skeleton of the Web HTML (HyperText Markup Language) is the skeleton of a webpage. It provides structure and meaning to content, telling the browser what is a heading, paragraph, image, or button. Imagine a Human Body: HTML = Bones → provides st...Jan 28·8 min read
sudhanshu17.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsA web browser is more than just a tool for opening websites it is a powerful application that connects users to the internet by fetching data, processing code, and rendering interactive web pages. Understanding how a browser works helps reveal what h...Jan 28·12 min read
sudhanshu17.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationTCP (Transmission Control Protocol) is a core protocol of the Internet that ensures reliable, ordered, and error-free data transfer between devices. It establishes a connection before sending data and manages the delivery using acknowledgments, seque...Jan 27·7 min read