rayvishal.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsEver you think what happen when we type url in the browser and press enter ← , most people think when i type google.com and websites open and webpage show but the behind the schene our browser done most operation in miliseconds like Resolves DNS Op...Feb 15·2 min read
rayvishal.hashnode.devDNS Record Types ExplainedBefore moving into the DNS Record i would like you ask something How does a browser know where a website lives? suppose when we type google.com how does our browser know - Which server to contact? Where emails should go? Whether the domain is veri...Feb 15·2 min read
rayvishal.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWe write the HTML for the structure of webpage and apply the css for the syyling the webpage so for apply the css on the html element first we need to select those html element ,there were selector comes in. CSS Selector - CSS selector is used to tar...Feb 15·3 min read
rayvishal.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupSuppose want the code of HTML without any emmet feel boring and very slow <html> <head> </head> <body> <h1> Headinbg Tag </h1> <p> This is paragraph </p> </body> </html> So what we did we write every tag line by line and one by one like o...Feb 15·2 min read
rayvishal.hashnode.devUnderstanding HTML Tags and ElementsHTML is the Skeleton of a Webpage - What happen when we hit any websites or open a webpage we see combination of Text Image Video Audio Button forms But behind or under the hood everything is HTML (Hyper Text Markup Language) HTML is structur...Feb 15·2 min read