anants11-frontend.hashnode.devEmmet 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...Feb 1·4 min read
anants11-frontend.hashnode.devCSS 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...Feb 1·3 min read
anants11-frontend.hashnode.devUnderstanding 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...Feb 1·3 min read
anants11-frontend.hashnode.devHow 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...Feb 1·3 min read
anants11-networking-basics.hashnode.devTCP 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...Jan 29·3 min read