annodiya.hashnode.dev#13 Emmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML can sometimes feel like a lot of repetitive typing—opening tags, closing tags, and moving brackets. This is where Emmet comes in. Think of Emmet as "Autocomplete for HTML." It is a plugin built into almost every modern code editor (like ...Jan 30·2 min read
annodiya.hashnode.dev#12 CSS Selectors 101: Targeting Elements with PrecisionIf HTML is the skeleton of a webpage, CSS (Cascading Style Sheets) is the clothing. But before you can style a button or change a font color, you need a way to tell the browser exactly which element you are talking to. Selectors are the "addresses" w...Jan 30·3 min read
annodiya.hashnode.dev#11 Understanding HTML Tags and ElementsThink of HTML (HyperText Markup Language) as the skeleton of a webpage. Just as a skeleton provides the structure for a body, HTML provides the structure for a website. It tells the browser, "This is a heading," "This is a paragraph," or "This is an ...Jan 30·3 min read
annodiya.hashnode.dev#10 How a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhen you type a URL into a browser like Chrome or Safari, it feels instantaneous. But behind the scenes, the browser is performing a complex series of translations, moving from raw code to a visual interface. Think of a browser as a high-speed transl...Jan 30·3 min read
annodiya.hashnode.dev#9 TCP Working: 3-Way Handshake & Reliable CommunicationWhen you send a message over the internet, it doesn't travel as one solid piece. It is broken into tiny "packets." Without rules, these packets could arrive out of order, get lost, or become corrupted. TCP (Transmission Control Protocol) is the set o...Jan 30·2 min read