html-css-harshit.hashnode.devT1: 29 Jan 2026 (HTML & CSS)The Box Model When rendering an HTML document, the browser puts each element inside a box. The box contains four areas: the content area, the padding area, the border area, and the margin area. Padd11h ago·4 min read
html-css-harshit.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWe have all been there. You start a new web project, open your code editor, and then it happens. You have to type out <html>, then <head>, then <body>, then a <div>, then another <div>. Before you even get to the "cool" part of your website, your fin...Feb 1·1 min read
html-css-harshit.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWelcome to the world of CSS! If you have been playing around with HTML, you know it is great for putting content on a page. You have your paragraphs, headings, and images. But let’s be honest. Without styling, an HTML page looks pretty boring. It’s j...Feb 1·1 min read
html-css-harshit.hashnode.devWhat are HTML Tags and ElementsWhat HTML is and why we use it? If you consider a website a house, then HTML is the wall, bricks, and the foundation. HTML or HyperText Markup Language is not a Programming Language, meaning it does not handle any logic, such as “if-else statements”....Feb 1·1 min read
network-things-harshit.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHave you ever wondered what actually happens when you type a website address like google.com into your address bar and press Enter? In the blink of an eye, a blank white screen transforms into a fully interactive webpage with images, text, and button...Jan 31·1 min read