Aashfaqinashfaqzahoor.hashnode.dev·Jan 30 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionImagine you’re in a room full of people and you want to give instructions: “Everyone wearing a blue shirt, raise your hand.” “John, please come here.” “All students in this row, listen carefully.” You don’t talk to everyone the same way — you ch...00
Aashfaqinashfaqzahoor.hashnode.dev·Jan 30 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster Markup1. What is Emmet Emmet is a shortcut language (or toolkit) that lets you type short abbreviations and instantly expand them into full HTML code. It's like autocorrect on steroids for web developers. You write something short, press Tab (or Enter in s...00
Aashfaqinashfaqzahoor.hashnode.dev·Jan 29 · 4 min readUnderstanding HTML Tags and Elements1. How Browsers Actually Use HTML (What Really Happens) When you open a webpage, the browser doesn’t “see” HTML the way humans do. Here’s what happens behind the scenes: The browser downloads the HTML file It reads the HTML from top to bottom It b...00
Aashfaqinashfaqzahoor.hashnode.dev·Jan 29 · 5 min readHow a Browser WorksImagine you’re sitting at a café. You open your laptop, type www.google.com into the address bar, and hit Enter. In less than a second, a search bar appears. To you, it was one click. To your browser, it was a Herculean feat of engineering involving ...00