JavaScript ArrayWhat is Array??馃 Generally array is data structure used to store same type of data in a single variable. Arrays can hold various types of data, including numbers, strings, objects, or even other arrays. They are commonly used for tasks such as stori...Feb 26, 2024路18 min read
Selectors In CSSThe first question is what is selectors and Why we need them? CSS selectors are the patterns which helps to select the HTML Element which we want to style. And Why we need them, Imagine you have the whole webpage and you want style it but you don鈥檛 k...Dec 28, 2023路4 min read
Know the HTML from scratchWeb Web, which is also known as the Web World Wide, is a collection of websites or web pages stored in web servers and connected to local computers through the internet. The web contains so many things like audio, video, text etc that we can access ...Dec 3, 2023路4 min read