AMArup Majumderinarup53.hashnode.dev·Jan 6, 2023 · 4 min readJavaScript Array Methodsjavascript array basically, an array is a collection of values. It is a list of items, that contains a list of elements which store multiple values under a single variable. where each item has a particular position in the list.JavaScript array can st...00
AMArup Majumderinarup53.hashnode.dev·Nov 15, 2022 · 2 min readSelectors in CSSSelectors in CSS are used to define the elements you want to style with CSS. The selectors are what allow you to apply style to specific HTML elements. In CSS there are different types of selectors, each with their own unique syntax. Universal Select...00
AMArup Majumderinarup53.hashnode.dev·Nov 6, 2022 · 2 min readIntroduction to Web and HTMLHello everyone, in this article, we will discuss some brief about Web servers and Web Server- Web Server refers to hardware or software that helps to deliver web content that can be accessed through the internet. Basically, a web server’s primary ro...00