javascript-blog1.hashnode.devUnderstanding Variables and Data Types in JavaScript1) Ways to declare variables (scope & mutability) variable save in memory and we can use whenever we want to use. JavaScript has three keywords to declare variables, each with different behavior: let 1d ago·3 min read
htmlcss-blogs.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is (in very simple terms) In very simple terms, Emmet is a shorthand "cheat code" system for writing HTML and CSS. Instead of typing out every single bracket and tag, you type a tiny abbreviation, hit the Tab key, and Emmet instantly expan...Feb 1·5 min read
htmlcss-blogs.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed In the world of web development, think of HTML as the raw materials of a house (bricks, wood, glass) and CSS as the interior designer. Without selectors, the designer wouldn't know which wall to paint blue or which window...Feb 1·4 min read
htmlcss-blogs.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML is and why we use it? HTML → Hyper Text Markup Language It is similar like skeleton of your body, we use a system of elements and tag to show the content like text, image, link to display web. Why use it? It organize web content into meanin...Jan 31·2 min read
htmlcss-blogs.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser actually is (beyond “it opens websites”) Browser seem like a virtual os, it have all functionality and complexity like a our normal os. let’s discuss in deep to understand why I am say this os? Browser have following key components to ...Jan 30·3 min read