From HTML To The Screen: How Browsers Render Web Pages
The most basic function of a web browser is to get a html file, along with
an optional css, interpret them and display a page to the user. It is a complex
process but it is based on basic principles that any developer can understand.
In this post we ...
decode64.hashnode.dev5 min read