arraymethodsinjs.hashnode.devArray methodsBefore discussing methods, let's begin with the question: What is an array? Many people describe an array as a collection of elements of the same data type in contiguous memory locations. However, tFeb 25·5 min read
allaboutcssselectors.hashnode.devComprehensive Guide to CSS SelectorsWhat is CSS ? Cascading Style Sheets (CSS) is a stylesheet language used to describe how a document written in HTML or XML (including XML dialects like SVG, MathML, or XHTML) should look. CSS defines how elements are displayed on the screen, includin...Jan 31·4 min read
learnemmet.hashnode.devBoost Your HTML Skills with EmmetWhy Emmet: Without Emmet, when you write code, especially HTML, there are too many repetitive words. Although browsers have suggestion features, the repetition makes coding take a lot of time. What Emmet does is provide suggestions, but in an advance...Jan 30·5 min read
htmltagsandelementschaicode.hashnode.devUnderstanding HTML Tags and ElementsHTML stands for Hypertext Markup Language. It gives structure to your webpage. Multiple webpages combined form a website. It is a markup language. HTML is used to create static websites. Static websites mean there is no interactivity; users cannot in...Jan 29·4 min read
browserinternalworking.hashnode.devHow a Browser Works: A Beginner-Friendly Guide to Browser InternalsWhat a browser? A browser is a software application used to retrieve, display, and navigate information on the World Wide Web. It provides you with content by delivering web pages, which can include various types of content like images, text, and vid...Jan 28·3 min read