toddlerstech.hashnode.devEmmet for HTMLIf you’re just starting with HTML, typing the same tags again and again can feel slow, boring, and confusing. This is where Emmet quietly becomes your best friend. You don’t need to “learn” Emmet like a programming language. You just need to understa...Jan 31·3 min read
toddlerstech.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionCss is cascading style sheets . these are used to beautify your web skeleton ( read prev blog on HTML for reference ) yes you can make all the web elements shown in cover image using css . just has to know how to use it . CSS Selectors used to "find...Jan 31·3 min read
toddlerstech.hashnode.devHTML - > your blueprintHTML is Hyper Text Markup Language . It is the standard language for documents used to display in web browser . It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets (CSS) and scripti...Jan 31·2 min read
toddlerstech.hashnode.devUser Agents At your ServiceSeeing the cover image and title of this blog you may have deduced the relation between user agent and browsers everybody use . well if not then let me make it simpler for you , User Agent = Browser . Its that simple . What is browser ? an applicati...Jan 29·4 min read
toddlerstech.hashnode.devTCP vs UDPLets introduce the contenders UDP ( User Datagram Protocol ) lightweight, connectionless transport layer protocol (Layer 4) designed for speed and efficiency over IP networks By eliminating connection handshakes and error correction, it enables fast,...Jan 28·3 min read