Chrome DevTools
A useful starting place to understanding a web page "under-the-hood" and moving on to how everything got where it is.
Hit f12 in the browser to see the details of a web page - raw HTML, CSS, JavaScript (including debugging services), service workers, HTTP traffic and more.
Last updated