HSHarshit Sharmainharshitsharma1835.hashnode.dev·3d ago · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhat Emmet is ? Emmet is that let you to write HTML and CSS much faster using short abbrevations. Instead of writing HTML like: <div class="container"> <h1>Hello</h1> <p>Welcome to my website.00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Apr 1 · 2 min readUnderstanding HTML Tags and ElementsHi guys, in this blog, we will learn about HTML tags and elements. So let's begin. What HTML is and why we use it HTML stands for Hypertext Markup Language. HTML is the standard language used to creat00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 31 · 4 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHello folks, In this blog, we will learn about the browser internals - How a browser works and its differnet functions. SO, let's begin. What a browser actually is (beyond “it opens websites”) So, the00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 30 · 3 min readUnderstanding Network DevicesHi folks, in this blog, we will learn about different netwrok devices. So, let's begin. What is a Modem and how it connects your network to the internet? A modem is a device that connects our home to 00
HSHarshit Sharmainharshitsharma1835.hashnode.dev·Mar 28 · 3 min readHow DNS Resolution WorksIn the previous blogs, we have already learnt basic things about DNS. In this blog, we will learn about How DNS resolution works. SO let's begin... What is DNS DNS stands for Domain name server. It is00