blogs-akhil-dev.hashnode.devMastering CSS SelectorsWhy CSS Selectors Are Needed So the problem is every webpage you visited it contains 1000s of elements, But how do you tell CSS to style them? to solve this problem we take help from CSS selectors, CSS selectors are used to choose element from HTML, ...Jan 30·4 min read
blogs-akhil-dev.hashnode.devMastering HTML Basics:The Skelton Of The WebWhat HTML is and why we use it Every webpage you visited contains a structure like Headings,paragraphs,buttons,images etc, that structures are defined by using HTML, HTML stands for (hyper text markup language), Is a scripting language is used to pro...Jan 30·4 min read
blogs-akhil-dev.hashnode.devTurbo-Charge Your HTML:Mastering EmmetIf you have done webDevelopment then i am sure you worked with HTML,and if you are honest writing HTML first time,feels very repetitive like writing <div> <div> <div> again and again writing classes nesting tags inside other tags, at some point it st...Jan 30·5 min read
browser-internals-dev.hashnode.devHow A Web Browser Works: The Journey From URL TO PixelsI’m damn sure you will always using a web browser, may be chrome, brave, ARC or may be Edge doesn’t matter, You just type URL and hit ENTER and suddenly a webpage appears on your screen, But have you ever wonder what actually happens in between. from...Jan 29·5 min read
3-way-handshake-dev.hashnode.devUnderstanding TCP and the 3-Way HandshakeImagine you are sending some files to your friend What if your friend receives broken text, half-loaded images, some missing pieces of information, and some data arriving twice?. This is what excatly happen when data is sent without using any reliabl...Jan 29·5 min read