dheerajtanwar.hashnode.devJavaScript Operators: The Basics You Need to KnowHi everyone, Welcome to a new article. In this article we will learn about the operators in JavaScript. So let's get started. What operators are? We all have grown up studying math in schools and coll6h ago·6 min read
dheerajtanwar.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWelcome to a new article. In this article we will learn about the selectors in CSS. So let’s get started. CSS selectors are something that allows developers to write CSS for the HTML elements and make them look beautiful. Why are CSS selectors needed...Jan 30·4 min read
dheerajtanwar.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWelcome to a new article. In this article, we will learn about Emmet. So let’s start. What is Emmet? Emmet is a toolkit that helps us in writing HTML and CSS fast using shortcuts. With the use of Emmet, we do not need to write whole HTML tags; instea...Jan 29·3 min read
dheerajtanwar.hashnode.devUnderstanding HTML Tags and ElementsWelcome to a new article. In this article, we will learn about the HTML. So let’s get started. What is HTML, and why do we use it? HTML stands for Hyper Text Markup Language. This is the language of writing formatted text. Basically, HTML is the lang...Jan 29·2 min read
dheerajtanwar.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWelcome to a new article. In this article, we will learn about the working of a browser. But before we dive into browser working, first let’s see what happens when any URL is hit in the search bar of a browser. Suppose you searched for chaicode.com, ...Jan 28·4 min read