rajashree.hashnode.devArray methods You Must Know Arrays are the most common things used by a programmer. In this article, I will explain important array methods. Let us create an array of numbers: let numbers = [20, 40, 60, 80]; 1.To add a New Numb8h ago·5 min read
rajashree.hashnode.devCSS Selectors 101: Targeting Elements With PrecisionCSS selectors are patterns used to select and apply styles to html elements. They can be simple or complex, depending on what you need. Why are CSS selectors needed? CSS selectors are needed to apply styles selectively wherever we want. Some pages ar...Feb 1·2 min read
rajashree.hashnode.devHow a Browser Works: A Beginner Friendly Guide to BrowserWhat happens when I type a URL and press enter? When I type a URL let’s say google.com When you enter the Uniform Resource Locator (URL), DNS resolution is the first step in loading the webpage. DNS is like the phonebook of the internet. Instead of r...Feb 1·6 min read
rajashree.hashnode.devEmmet for HTML Beginners Guide to MarkupWhat is Emmet? Emmet has made HTML and CSS superfast. You have to type a expression then it converts it into a proper code. Even if you want design a small webpage you have to type multiple line that too results in several typing mistakes. HTML witho...Jan 31·2 min read
rajashree.hashnode.devUnderstanding HTML Tags and ElementsWhat HTML IS AND WHY WE USE IT? HTML is called a skeleton of a webpage because it gives the basic structure and framework to a webpage just like human body gets shape because of skeleton. It is a hypertext markup language used for structuring and pre...Jan 31·2 min read