ZQZAHID QURESHIin101-css-selectors.hashnode.dev·Jan 30 · 2 min readCSS Selectors 101: Targeting Elements with PrecisionWhy do we need CSS selectors? CSS is how we style our webpages, but first, we need a way to choose which elements to style. CSS selectors are like addresses for elements They tell the browser: “Hey, style this element like this!” Think of it like...00
ZQZAHID QURESHIinemmet-for-html-in-simple-way.hashnode.dev·Jan 30 · 2 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML without Emmet can feel slow Imagine writing this every time: <div> <h1>Hello, World!</h1> <p>Welcome to our website.</p> </div> Type every tag manually Add closing tags Nest elements carefully It works, but it takes time, espec...00
ZQZAHID QURESHIinunderstanding-html-with-tags.hashnode.dev·Jan 30 · 3 min readUnderstanding HTML Tags and ElementsWhat is HTML and why do we use it? Think of HTML as the skeleton of a webpage. It gives structure to our content Tells the browser what goes where Without HTML, a webpage is just a blank screen Example: <h1>Hello, World!</h1> <p>Welcome to our f...00
ZQZAHID QURESHIinbrowser-internal-understanding.hashnode.dev·Jan 30 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after we type a URL and press Enter? We often think a browser just “opens websites,” but a browser is way more than that. It’s actually a team of components working together to fetch, process, and display web pages as pixels on our scree...00
ZQZAHID QURESHIintcp-vs-udp-in-simplified-way.hashnode.dev·Jan 30 · 4 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhy do we even need rules on the internet? Whenever we open a website, send a message, or watch a video, data is constantly moving across the internet.But this data doesn’t magically reach the right place. It needs rules to decide: how data is sent ...00