blog.vishalcode.comEmmet for HTML: A Beginner’s Guide to Writing Faster Markupwhen i start learning HTML , writing even a simple page , i feel slow and repitation task . Again and again close and open bracket and typing the same structure (like insinde ul should come li item). Writing HTML Without Emmet (Feels Slow 😵) Imagine...Jan 28·2 min read
blog.vishalcode.comCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed CSS is not just to add color on text , fonts and layout . Before apply style we need to confirm on which elements we add style that’s where CSS selector comes . Why CSS Selectors Are Needed A webpage contain many HTML ele...Jan 28·2 min read
blog.vishalcode.comUnderstanding HTML Tags and ElementsHello 👋 Let’s understand the basics of HTML tags and elements step by step. What is HTML HTML (Hyper Text Markup Language ), it is a text-based language use it for structure and meaning of the content on the web. Browser parse these HTML and render ...Jan 28·2 min read
blog.vishalcode.comHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsHello , We all are in daily basis visit website like for check result , watching movies, blogs and many more . So Have you think how you r browser render (display) that website content on your browser . We already in my previous blog seen how browser...Jan 28·6 min read
blog.vishalcode.comTCP Working: 3-Way Handshake & Reliable CommunicationTCP (transmission control protocol) is a set of rules which help to computer send data safely over the internet . 👉 In simple words: TCP makes data reach at the right place , fully and correct order . ❓ Why is TCP needed? The internet is not relia...Jan 25·4 min read