webdevcohort26.hashnode.devJavaScript 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 ar3d ago·5 min read
webdevcohort26.hashnode.devCSS 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...Jan 29·4 min read
webdevcohort26.hashnode.devUnderstanding 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...Jan 29·4 min read
webdevcohort26.hashnode.devEmmet 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...Jan 29·3 min read
webdevcohort26.hashnode.devHow 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...Jan 29·9 min read