RKRANJAN KUMARinlearnwithranjan.hashnode.dev·Feb 1 · 3 min readA Complete Guide to Understanding CSS SelectorsWhy CSS selectors are needed Before applying CSS on any of the element In Html we should require that Which element should be selected for the stylingCSS selectors are needed to tell CSS which HTML element to style*.* Element selector The element ...00
RKRANJAN KUMARinlearnwithranjan.hashnode.dev·Feb 1 · 4 min readMastering the Basics: A Guide to HTML Tags and ElementsWhat HTML is and why we use it Html stands for Hypertext markup language This is not a Programming language it is only a markup language Use only for the structure for web which is understand by the browser It is Parse By the browser and make the DO...00
RKRANJAN KUMARinlearnwithranjan.hashnode.dev·Feb 1 · 2 min readA Beginner’s Guide to Writing Faster MarkupWhat is Emmet Emmet is the Process Through which we can write the boilerplate code very fastlysuch as : ! ( using this symbol and click enter in vs code will write a boiler plate code for you ) Why Emmet is useful for HTML beginners Saves time ...00
RKRANJAN KUMARinlearnwithranjan.hashnode.dev·Feb 1 · 2 min readGuide to Browser InternalsWhat a browser actually is (beyond “it opens websites”) A browser is a full software platform talks to servers, understands web rules, runs code, draws interfaces, and protects the user. Main parts of a browser (high-level overview) User in...00
RKRANJAN KUMARinlearnwithranjan.hashnode.dev·Feb 1 · 3 min readUnderstanding TCP: How the 3-Way Handshake Ensures Reliable CommunicationWhat is TCP and why it is needed The TCP ( transmission control protocol ) is the transport layer In Different layer in OSI model that help in transfer of dat5a from one system to another it is reliable, ordered, and error free transfer of data tran...00