Parsing
The parsing stage involves taking the raw HTML & CSS code received from the server and converting it into a structured document object model (DOM) that the browser can understand and render onto the screen.
HTML Parsing
Tokenization
The browser rea...
avinashpayak.hashnode.dev4 min read