soumo-18.hashnode.devUnderstanding Variables and Data Types in JavaScriptWhat variables are and why they are needed ? Suppose we want to organize our kitchen. We have empty glass jars, and want to use them to store different ingredients(masala) so our kitchen stays organiz2h ago·5 min read
soumo-18.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionWhy CSS selectors are needed CSS is used to style HTML elements but before styling the browser needs tio know which elemnt to style. CSS Selectors helps us select the HTML element, without the css selectors the browser will not know which HTML elemen...Jan 30·2 min read
soumo-18.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupSlow writing HTML feels without Emmet Writing html is like a typng test at first we have to open a tga <>, write content then close it</>, again and gain we to write those tags open and close to avoid this Emmet comes into the place intead of the slo...Jan 30·2 min read
soumo-18.hashnode.devUnderstanding HTML Tags and ElementsHTML as the skeleton of a webpage HTML gives structure and holds everything together. Without it, we will just have a shapeless blob.It tells the browser what text appears which is heading, paragragh, image, button, footer etc. What HTML is and why w...Jan 30·2 min read
soumo-18.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser Internals“What happens after I type a URL and press Enter?” When we type a website name in the browser and press enter, the browser does a lot of work in the backgrounf. It does not directly show us the website. At first it understands what website we want an...Jan 30·3 min read