Open In App

Chrome Inspect Element Tool & Shortcut

The chrome inspects element tool is considered to be a developer tool created to debug the website.

Right-click on any webpage, click inspect, and you’ll see the viscus of that site:
its source code, the pictures, and CSS that form its style, the fonts, and icons it uses, the Javascript code that powers animations, and more. You can see how long the site takes to load, how much bandwidth it accustomed transfer, and also the actual color its text.
This sensible old school way of accessing the tool is by right-clicking within the browser window and choosing “Inspect element” Once the Inspect element is launched, the user can now identify any object that is on the page by clicking the Inspect button.



By moving the mouse over the browser, window elements that the tool is in a position to reference are going to be highlighted.
Below may be a screenshot of sample output from Google’s “Google Search” button settled on the site’s main landing page.

Shortcuts for Mac:



Shortcuts for windows/Linux:

Shortcuts for Chrome’s Developer

Previewing Google AMP pages in chrome for MAC/WINDOWS

Article Tags :