VBVitthal Bissainhighsylvie.hashnode.dev·Jan 31 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML feels slow at first When we start learning HTML, a lot of time goes into typing the same things again and again: <div> <p></p> </div> It’s not hard — just repetitive.This is where Emmet helps. What is Emmet? (Very simple explanation)...00
VBVitthal Bissainhighsylvie.hashnode.dev·Jan 31 · 3 min readCSS Selectors 101: Targeting Elements with PrecisionWhy do we need CSS selectors? CSS is used to style HTML elements.But before we apply any style, the browser needs to know which elements we are talking about. That’s where CSS selectors come in. A CSS selector answers one simple question: “Which HTM...00
VBVitthal Bissainhighsylvie.hashnode.dev·Jan 31 · 3 min readUnderstanding HTML Tags and ElementsHTML: the skeleton of a webpage When we open any website, what we see first is structure — headings, paragraphs, sections, buttons. That structure is created using HTML. HTML (HyperText Markup Language) is used to: define the structure of a webpage ...00
VBVitthal Bissainhighsylvie.hashnode.dev·Jan 31 · 4 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPWhy does the internet need rules to send data? When data moves across the internet, it doesn’t travel as one big piece.It is broken into smaller chunks and sent across networks. Without rules: data could arrive late data could arrive out of order ...00
VBVitthal Bissainhighsylvie.hashnode.dev·Jan 31 · 4 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after I type a URL and press Enter? We type a URL, press Enter, and a webpage appears. It feels instant — but behind the scenes, the browser performs many coordinated steps to turn code into pixels on the screen. Understanding this flow ...00