This document provides an introduction to using the Web Inspector tool in browsers for front-end developers. The Web Inspector allows developers to inspect HTML elements on a page and see which CSS selectors are setting styles. It shows the CSS panel with every CSS declaration for an element and the file and line number it is defined. The Web Inspector gives visibility into the code behind a website and can help track down styles. It is demonstrated how to use the Web Inspector in Chrome, inspect HTML and CSS, and some shortcut keys.