iamharshitsharma-gitotes.hashnode.devJavaScript Operators: The Basics You Need to KnowWhat Are Operators? In JavaScript, operators are those symbols that carry out actions on values. It’s kind of like everyday life: 2 + 3 = 5 2 and 3 are the values. is the operator (the action). Wit3d ago·4 min read
iamharshitsharma-gitotes.hashnode.devUnderstanding Variables and Data Types in JavaScriptThink of it like having a box. You can put things in that box, like: your name your age whether you're a student or not That box needs a label so you can easily find it later. In JavaScript, the3d ago·4 min read
iamharshitsharma-gitotes.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionYou’ve learned HTML. You can build the structure of a webpage. But right now, everything looks plain , just black text on a white background with default fonts. That’s where CSS comes in. But here’s the thing: CSS can’t style your page unless it know...Feb 12·10 min read
iamharshitsharma-gitotes.hashnode.devUnderstanding HTML Tags and ElementsIntroduction HTML (Hypertext Markup Language) is the backbone of web development which serves as the standard language for creating web pages and web applications. Understanding HTML elements and tags is important for anyone who aims to build or main...Feb 12·4 min read
iamharshitsharma-gitotes.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat is Emmet? Emmet is a time-saving tool for web developers that lets you write shortcuts that convert automatically into full blocks of HTML or CSS code. For example, if you have to write boilerplate code, without Emmet you would write it in the f...Feb 12·3 min read