ASAnant Sethiinanants11-frontend.hashnode.dev·Feb 1 · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet (in very simple terms) Emmet is a shortcut language for writing HTML faster. Instead of typing full HTML tags again and again, you type short patterns, and the editor expands them into full HTML for you. Think of Emmet as: “Autocomplet...00
ASAnant Sethiinanants11-frontend.hashnode.dev·Feb 1 · 3 min readCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed HTML creates elements on a page, but CSS needs a way to choose which elements to style. A browser looks at a webpage and asks: “Which elements should I apply this style to?” CSS selectors are the answer to that question...00
ASAnant Sethiinanants11-frontend.hashnode.dev·Feb 1 · 3 min readUnderstanding HTML Tags and ElementsWhat is HTML and why do we use it? HTML (HyperText Markup Language) is the skeleton of a webpage. If a webpage were a human body: HTML = bones (structure) CSS = clothes (style) JavaScript = muscles (movement) HTML tells the browser: what conten...00
ASAnant Sethiinanants11-frontend.hashnode.dev·Feb 1 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat happens after I type a URL and press Enter? When you type a website address and press Enter, the browser doesn’t “open a website”. It starts a process. Your browser: talks to servers downloads files understands code turns that code into pixe...00
ASAnant Sethiinanants11-networking-basics.hashnode.dev·Jan 29 · 3 min readTCP Working: 3-Way Handshake & Reliable CommunicationWhat is TCP and why it is needed The internet is not a single wire between two computers.Data travels through many routers, networks, and paths before reaching its destination. If data were sent without rules: some parts could get lost some could a...00