Rohith Akularohith-dev.hashnode.dev·Dec 22, 2024Understanding Browser Rendering: Discover DOM, CSSOM, and ReflowThe most important thing on the web is the Browser. But how do browsers render the websites that we see on the Internet? First of all, let us understand what is a browser : Browser is simple software that can load and execute the requested files by t...151 readsDOM
ArunKumar Sri Sailapathiarunkumars08.hashnode.dev·Feb 20, 2023What happens when you type www.google.com in the address bar?You type www.google.com in the address bar and within a fraction of a second (mostly!), the Google web page is displayed on your screen. Have you ever wondered what actually happens in the background in order for the browser to render the page to you...36 readsbrowser