VSVishal Sharmainvishaldev.hashnode.dev·Jan 30 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionBefore we deep-dive into the complexity of CSS Selectors,first we need to understand what CSS actually is and why we need CSS. So,as we all know that HTML is the skeleton of the webpage.It provides the basic structure to a website-such as heading,par...00
VSVishal Sharmainvishaldev.hashnode.dev·Jan 29 · 4 min readUnderstanding HTML Tags and ElementsAs we know, a website is a collection of pages,images,videos or other digital assets which you can be visit by a website address or URL. A webpageis a single page on that website,and it is written in HTML that tells the browser that how to display or...00
VSVishal Sharmainvishaldev.hashnode.dev·Jan 29 · 4 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhy we need Emmet and how slow writing HTML feels without Emmet Before we understand what emmet is first we need to understand why we need emmet.We need emmet because writing HTML manually by hands fells slow and repetetive.Developers manually type o...00
VSVishal Sharmainvishaldev.hashnode.dev·Jan 27 · 4 min readTCP vs UDP: When to Use What, and How TCP Relates to HTTPBefore directly jumping into TCP and UDP, it is important to understand why they are needed.For that we should start by learning why protocols are needed and what is the role of protocols.Protocols are set of rules that governs how data is send or re...00
VSVishal Sharmainvishaldev.hashnode.dev·Jan 23 · 5 min readDNS Record Types ExplainedWhenever you type www.google.com in the searchbox of your browser it doesn’t understand what google.com means.Yes,your browser doesn’t understand what we write in english or anyother language,it only understand IP addresses like 192.1.1.1.That’s why ...00