MUmufaiz ul islamingitbasicsformyself.hashnode.dev·Jan 31 · 11 min readintroduction to computer network:1️⃣ What is a Computer Network? Imagine: You are at home. You want to send a message to your friend who lives far away. You have two choices: Walk to their house yourself → takes a long time. Use the postal system → faster and easier. A compu...00
MUmufaiz ul islamintargetingelementwithpreci.hashnode.dev·Jan 30 · 4 min readCSS Selectors 101: Targeting Elements with Precision1️⃣ Why CSS Selectors Are Needed CSS selectors are like addresses for elements. They tell the browser which elements to style. Without selectors, CSS wouldn’t know what to change. Analogy: You want to give someone a gift → you need their address...00
MUmufaiz ul islamintagsandelmnt.hashnode.dev·Jan 30 · 4 min readUnderstanding HTML Tags and Elements1️⃣ What is HTML and Why We Use It HTML (HyperText Markup Language) is the skeleton of a webpage. It tells the browser what to display. It structures content like headings, paragraphs, images, links, etc. Analogy: Think of HTML as a frame of a ho...00
MUmufaiz ul islaminemmmethtml.hashnode.dev·Jan 30 · 3 min readEmmet for HTML :1️⃣ What is Emmet? Emmet is like a shortcut language for HTML and CSS. Instead of typing all HTML tags manually, you can write short abbreviations, and Emmet expands them into full code. Example: abbr: div expanded: <div></div> 2️⃣ Why Emmet is Use...00
MUmufaiz ul islamintcpwork1.hashnode.dev·Jan 30 · 4 min readUnderstanding TCP (Transmission Control Protocol) :1️⃣ What is TCP and Why It Is Needed Imagine sending a letter to a friend.If you just throw it in the mailbox without tracking, it might get: Lost Arrive late Arrive jumbled Computers face the same problem when sending data over the internet. TC...00