There's a powerful tool hiding in your browser: Inspect Element.
Right-click on any webpage, click Inspect, and you'll see the innards of that site.
You will see its source code, the images and CSS that form its design, 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 used to download, and the exact color in its text.
Or, you could use it to change anything you want on the page.
Inspect Element is a perfect way to learn what makes the web tick, figure out what's broken on your sites, mock up what a color and font change would look like, and keep yourself from
having to Photoshop out private details in screenshots.
This guide will show you how to use Inspect Element — your browser's secret superpower.
Side Note: You can pull off some great pranks as well.