Array MethodsWhat is an array? Arrays are used to store multiple values in a single variable. We denote the array by a square bracket[]. This is compared to a variable that can store only one value. Each item in an array has an index, that allows you to access it...Feb 14, 2023·4 min read
CSS Box Model1. Selector- I already cover CSS selectors in my previous blog. you can go to this link and read about selectors with examples. link- (https://sandeepvaishnav.hashnode.dev/css-selectors) 2.pseudo-class (hover)- The pseudo-class hover matches when the...Jan 13, 2023·6 min read
CSS Selectors-What are selectors? In simple words, CSS selectors define the pattern of select elements to which a set of CSS rules are applied. TYPE OF SELECTORS Universal selector - define the pattern of selecting all elements on the pages. when we will write the...Jan 10, 2023·7 min read
HTML & Web Development1. What is web development? The first thing that comes to our mind is what is web development. web development refers to creating, building and maintaining websites it also includes design, programming, publishing, and database management. web stands...Jan 4, 2023·2 min read