RPRudra Prasad Hatiinchaiaurcode-assignments.hashnode.dev·Feb 1 · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’ve ever typed a lot of HTML by hand, you’ve probably felt this: Writing opening and closing tags again and again Adding classes and IDs manually Creating nested structures slowly Repeating similar elements many times It works — but it’s ...00
RPRudra Prasad Hatiinchaiaurcode-assignments.hashnode.dev·Feb 1 · 3 min readCSS Selectors 101: Targeting Elements with PrecisionWhen you write CSS, you’re not just saying what styles to apply — you’re also saying who should get those styles. That’s what CSS selectors are for. Selectors are how CSS chooses elements on a web page. If HTML is the structure, CSS selectors are how...00
RPRudra Prasad Hatiinchaiaurcode-assignments.hashnode.dev·Feb 1 · 4 min readUnderstanding HTML Tags and ElementsEvery website you’ve ever visited is built on HTML. Before CSS makes things look good and JavaScript makes things interactive, HTML provides the structure — the skeleton — of a webpage. If you’re learning web development, understanding HTML properly ...00
RPRudra Prasad Hatiinchaiaurcode-assignments.hashnode.dev·Feb 1 · 6 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat Really Happens Inside a Browser? (From URL to Pixels) When you type a URL and press Enter, it feels instant. But inside your browser, dozens of systems start working together to turn text like: h00
RPRudra Prasad Hatiinchaiaurcode-assignments.hashnode.dev·Feb 1 · 5 min readTCP Working: 3-Way Handshake & Reliable CommunicationWhen two computers communicate over the internet, they don’t just start sending data randomly. Without rules, messages could be lost, arrive out of order, or get mixed up. That’s exactly why TCP (Transmission Control Protocol) exists. TCP is one of t...00