Array in JavaScript and its MethodsArray In JavaScript Array is an ordered collection of data. In Array, a single variable is used to store multiple values. In Array each item has an index, we can access the elements by using the index number associated with it. The indexing in arrays...Dec 26, 2022·9 min read
Introduction to CSS and CSS SelectorsCSS Cascading Styles Street is used to give style to our web page. If HTML is considered to be our skull then CSS is our body. CSS is basically used to make our websites beautiful. We can make our websites without CSS also but it will not look good. ...Nov 19, 2022·6 min read
Introduction to Web and HTMLWEB It is commonly known as World Wide Web, it uses HTTP protocol to transmit the data and share information, it was invented by Tim Berners Lee and Robert Cailliau. Apache HTTP server is one of the most popular web server. Apache gives this director...Nov 5, 2022·2 min read