Developer Tools

DevTools is a set of web developer tools built directly into the browser.
DevTools is available on major browsers like Chrome, Edge, and Safari.

Open the DevTools

  • on Windows: Ctrl + Shift + C or Ctrl + Shift + I
  • on macOS: Command + Option + C or Command + Option + I

Applications

For useful applications, see the Application section.

Console

This panel is related to JavaScript

Source

The Source panel is like a lightweight IDE where you can debug JavaScript. It consists of three panes

  1. File Navigator
  2. Code Editor
  3. JavaScript Debugging

Impt

Elements

Coverage

The Coverage tab shows you what CSS a page actually uses.

Command Menu

In DevTools, there is a feature called the command menu that is similar to the **command palette in VSCode.

Application

To view a page in print mode:

  1. Open the Command Menu
  2. Run command Emulate CSS print media type
    1. Or start typing Rendering and select Show Rendering
    2. For the Emulate CSS Media dropdown, select print

Device Mode

Tip
Creative Commons License by zcysxy