DEV Community

Khoi
Khoi

Posted on

Learning about DEV Tools

What is DEV Tools:

  • DEV Tools (developer tools) are tools built into the browser that help programmers easily access the internals of their web browser and application. # Ways to open DEV Tools:
  • There are three ways to open the Chrome Developer Tools menu:
  1. From the Chrome Menu > More Tools >Developer Tools
  2. Right-click anywhere on a webpage and select Inspect
  3. Use the keyboard shortcut F12 or CTRL + Shift +C

When open DEV Tools it'll look like this:

Image description

  • The DEV Tools will be on your right; this is where you can edit your web without using VS Code.

Top comments (0)