
The Accessibility section of the Inspect overlay displays information about: If the element is positioned using CSS grid or CSS flexbox, a different icon appears next to the element's name in the Inspect overlay: Which information is shown depends on the type of element and the styles applied to it.

In the rendered webpage, hover over items and watch the information overlay and grid highlighting. The button icon turns blue ( ), indicating that the Inspect tool is active. Or, when DevTools has focus, press Ctrl+ Shift+ C (Windows, Linux) or Command+ Shift+ C (macOS).

In the upper left corner of DevTools, click the Inspect tool ( ) button.

Right-click anywhere in the demo webpage and then select Inspect, to open DevTools. Open the Inspect Demo page in a new window or tab. When you click an item in the webpage, the DOM tree in the Elements tool is automatically updated to show the DOM element that corresponds to the clicked item in the rendered webpage, and its CSS styling in the Styles tab. When the Inspect tool is active, you hover over items in the webpage, and DevTools adds an information overlay information and grid highlighting on the webpage. Use the Inspect tool to see information about an item within a rendered webpage.
