variable-declaration.hashnode.devUnderstanding Variables and Data Types in JavaScript What variables are and why they are needed -> Variables are container that hold data. ->They help us store,reuse the data which store in the variables. Ex. ->Think variable as box and data is an item(2h ago·6 min read
htmlemmetinfo.hashnode.devEmmet for HTMLBefore the emmet ->Emmet was not introduce all developers need to write whole structure of html or css. ->They are many problems without emmet like forget closing tag,opening tag,indentation,wrong spelling. ->It was introduce in 2012. What is Emmet? ...Jan 30·3 min read
cssselector.hashnode.devCSS SelectorWhat is CSS? ->CSS stands for Cascading Style Sheet.In short it is used for designing website. ->Cascading means overshadow or layer apply.Style Sheet means apply style. ->Since Html is skeleton of the website just like Css is skin of the website. ->...Jan 30·3 min read
understandinghtml.hashnode.devUnderstanding HTML Tags and ElementsWhat is HTML? ->HTMl stands for Hyper Text Markup Language. ->It is used to create website. ->HTML is skeleton of web pages. ->When HTML does not introduce website are so plain like said no design.It's like documentation.There was no way to display t...Jan 30·2 min read
howbroserwork.hashnode.devHow a Browser Works?->In daily life we use Browser for find the data or research or find the images.When you enter the Url and press enter within second a page appears of your search website or picture ->It feels instant but behind the scene browser does so many activit...Jan 29·3 min read