ASAHANA SINGHinahanasingh153.hashnode.dev·Jan 30 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML manually can be time-consuming, especially for beginners.That’s where Emmet comes in. What is Emmet? Emmet is a shortcut language for writing HTML faster. Instead of typing full HTML tags, you type short abbreviations, and Emmet expands ...00
ASAHANA SINGHinahanasingh004.hashnode.dev·Jan 30 · 3 min readCSS Selectors 101: Targeting Elements with PrecisionCSS(Cascading Style Sheets)is used to style and design webpages.It controls layout, colors, fonts, spacing, responsiveness, and overall look. HTML = structureCSS = appearance When we write the CSS, we do not style the entire web page at once. Instead...00
ASAHANA SINGHinahanasingh15.hashnode.dev·Jan 30 · 4 min readUnderstanding HTML Tags and ElementsHTML(Hyper Text markup language)is the foundation of the web. It defines the structure of web pages and tells the browser how to display content like text, images, links, and forms. This article explains what HTML is, what tags and elements mean, how...00
ASAHANA SINGHinahanasingh079.hashnode.dev·Jan 22 · 4 min readTCP Working: 3-Way Handshake & Reliable CommunicationIntroduction: What If Data Had No Rules? Imagine sending an important message, but: Data can get lost or arrive late Words arrive in the wrong order You never know if the receiver actually got it This is exactly what would happen on the internet...00
ASAHANA SINGHinahanasingh7.hashnode.dev·Jan 22 · 3 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPIntroduction: Why Does the Internet Need Rules? Every day, we: Open websites , Watch videos , Send messages and Make video calls. All of this involves data traveling across the internet. But the internet is chaotic — millions of devices sending data ...00