Browser Developer Tools

The reference for today https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools will take you to the Mozilla Developer Networks extremely useful tutorial/course materials. First we look at:

  1. How to open the devtools
  2. DOM Explorer
  3. CSS Editor
  4. The JavaScript debugger
  5. The JavaScript console

Then a ref to two debuggers, that we are not working with today. They are for your convenience when working with HTML5 and CSS debugging.