RCRicha Chauhaninwebdevcohort26.hashnode.dev·Mar 3 · 5 min readJavaScript Operators: The Basics You Need to KnowWhat Operators are ? How does the computer know that "2 + 3" is an addition operation? And how does it know that 2 is not equal (or as we write "!=") to 3? Operators in general programming language ar00
RCRicha Chauhaninwebdevcohort26.hashnode.dev·Jan 29 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionCSS Selectors: How CSS Chooses What to Style When we write CSS, we are not styling the entire webpage at once. Instead, we choose specific elements and apply styles to them. This is where CSS selectors come into play. CSS selectors are used to tell t...00
RCRicha Chauhaninwebdevcohort26.hashnode.dev·Jan 29 · 4 min readUnderstanding HTML Tags and ElementsWhat HTML is and why we use it? HTML, or HyperText Markup Language, is the standard language used to define the structure of a website. It uses elements and tags such as headings, paragraphs, images, links, and buttons to organize content on a webpag...00
RCRicha Chauhaninwebdevcohort26.hashnode.dev·Jan 29 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? Think of Emmet as autocorrect on steroids for coders. It is a plugin (and often a built-in feature) for code editors that allows you to type short, simple abbreviations which then expand into full, valid HTML code. It turns a few keyst...00
RCRicha Chauhaninwebdevcohort26.hashnode.dev·Jan 29 · 9 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat exactly happens when we open a URL? The basic thing that we see everyday on opening a URL is that whatever the UI is present on that web opens up and we are able to see the content that was meant for the GUI. But what actually happens when we op...00