1. The Developer tools

Most web browsers and all of the big four (Chrome, Edge, Safari and Firefox) have built in tools to make possible to track down problems with your web pages, CSS and JavaScript code. The tools are similar in all browsers with just a few changes in layouts and names here and there.

In general, you can display the developer tools in three ways:

  • Press the F12 key on your keyboard.
  • Press Ctrl+Shift+I keys on your keyboard.
  • Right click on the web page and choose Inspect.
Chrome developer tools

Firefox developer tools

Edge developer tools

As you can see, they all look similar, although on closer look there are some differences. The following pages will first show you how to adjust the developer tools and then how to use them to find and fix errors (called debug) your web pages.

⚠ Be warned that some schools or businesses will attempt to disable the developer tools. You may find that F12 doesn't work but Ctrl-Shift-I does. If all else fails, let your IT administrator know that you are doing a course and need access to these tools.