@balochcoder
Coder
Nothing here yet.
Nothing here yet.
Feb 15 · 3 min read · What is a Browser, Really? Beyond just "opening websites," a browser is a specialized piece of software designed to request, retrieve, and render content from the internet. It takes raw text (HTML/CSS) and transforms it into a visual experience you c...
Join discussion
Feb 15 · 3 min read · How do we tell the browser to make a specific heading orange or a specific paragraph bold? This is where CSS Selectors come in. Think of selectors as a way to "point" at the elements you want to style. Why Do We Need Selectors? Imagine you are in a b...
Join discussion
Feb 15 · 2 min read · Behind the every beautiful website HTML plays a crucial role by builing the cor structure of the site. HTML (HyperText Markup Language) works as the Skeleton of a website. It does not handle the styling and logic part of the site but makes the entire...
Join discussion
Feb 1 · 3 min read · The internet is built on rules. Just like we have traffic laws to prevent accidents, the internet uses protocols to ensure data gets from a server to your screen. The two most famous delivery rules are TCP and UDP. While they both move data, they hav...
Join discussion