SPSatyam Pratik Bhartiinhtmlcssbyspb.hashnode.dev·Feb 1 · 2 min readCSS Selectors 101: Targeting Elements with PrecisionWe know that CSS(Cascading style sheet) is used to design the web pages. The selectors in CSS helps to select the specific parts of the web pages to style, design or color. Why we need selectors Selector are used to select a part of the webpage (eg a...00
SPSatyam Pratik Bhartiinhtmlcssbyspb.hashnode.dev·Feb 1 · 3 min readEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWriting HTML can be lengthy, boring and time consuming, especially when the page is long or a big project. There is a simple solution for it, which uses shortcuts to write commands with just a few keystrokes. This solution is Emmet. What is Emmet? (...00
SPSatyam Pratik Bhartiinhtmlcssbyspb.hashnode.dev·Feb 1 · 3 min readUnderstanding HTML Tags and ElementsWhat is HTML ? HTML is like a skeleton for web pages. It defines the structure but does not define the colour or style of the website. HTML stands for HyperText Markup Language. HyperText: It allows you to click links to jump around the web. Marku...00
SPSatyam Pratik Bhartiinbrowserworkingbyspb.hashnode.dev·Jan 31 · 3 min readHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsAs a developer have you wondered what exactly is a browser or how it actually works? We know we write code in complex (or simple) languages but the browser displays it as a beautiful page, sometimes including 3D graphics, responsive buttons which we ...00
SPSatyam Pratik Bhartiinnetworkandprotocols.hashnode.dev·Jan 31 · 4 min readUnderstanding Network DevicesDo you ever wonder how you upload a picture on instagram and it reaches the world? or you search for a youtube video and something from across the world pops up at your desk? This happens using multiple network devices such as Modem, router, switch, ...00