ASAnuj Singh Bishtinbasics-of-emmet-for-html.hashnode.dev·Jan 31 · 3 min readEmmet for HTML: A Beginner’s GuideWhat on earth is Emmet? In very simple terms, Emmet is a shorthand language for web developers. Think of it like texting. Instead of typing "Talk to you later," you type "TTYL." Emmet does the exact same thing for code. You type a tiny "nickname" for...00
ASAnuj Singh Bishtincss-selectors-targeting-element.hashnode.dev·Jan 30 · 4 min readBeginner's Guide: Using CSS SelectorsWhy CSS Selectors are Needed? Basically, selectors are the "pointing finger." Without them, if you tell the browser "make text red," every single word on your page will turn red and you don’t want it right. It would look like a crime scene. Selectors...00
ASAnuj Singh Bishtinthe-when-what-how-of-tcp-udp.hashnode.dev·Jan 30 · 4 min readTCP vs UDP : when, What and HowTCP (Transmission Control Protocol) TCP is like that very serious, disciplined student who sits in the front row. He wants everything to be perfect. His Rule: I will not rest until I am 100% sure you got the message. How he works: Before sending an...00
ASAnuj Singh Bishtinhow-dns-resolution-woks.hashnode.dev·Jan 30 · 6 min readHow DNS Resolution WorksWhat is DNS? DNS (Domain Name System) is basically the Internet’s Phonebook. It is a database that stores the mapping between a "Human-Friendly Name" (Domain) and a "Computer-Friendly Number" (IP Address). Why Name Resolution Exists? "Name Resolution...00
ASAnuj Singh Bishtinunderstanding-html-tags-element.hashnode.dev·Jan 30 · 5 min readUnderstanding HTML Tags and ElementsWhat is HTML? HTML stands for HyperText Markup Language. But wait. Don't get scared by the big name. HyperText: This just means "text with links." You click a word and—boom—you are on a new page. Markup: This means "marking" the text. Like when you...00