bibekghosh.hashnode.devHow to create your first Express appInstilling Git First step is to install Git application so that we can work on our terminal . which give us flexibility to install any application and packages. Click here to Download Git Installing NodeJS we need to install NodeJS application to run...Apr 8, 2023·2 min read
bibekghosh.hashnode.devLet's learn about CSS SelectorWhat is CSS selector? using CSS selectors, we can target specific HTML elements we want to apply the CSS rules to style. it selects elements according to their type, attribute, id, class etc. Type of selectors we have: - Universal Selector Element ...Jan 8, 2023·1 min read
bibekghosh.hashnode.devBasic introduction to Web and HtmlWEB is like a place where we can share any information like in the format of text, images, videos with each other over the internet. previously it was web 1.0 which is one way interaction means we can only view the page. Now we are using web 2.0 whic...Nov 6, 2022·2 min read