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:
- From the
Chrome Menu>More Tools>Developer Tools - Right-click anywhere on a webpage and select
Inspect - Use the keyboard shortcut
F12orCTRL+Shift+C
When open DEV Tools it'll look like this:
- The DEV Tools will be on your right; this is where you can edit your web without using VS Code.

Top comments (0)