- Identifying too-wide overflowing objects. - Distinguishing block from inline elements. - Helping to keep track of element alignment. Adds a distinct colour outline to each visible DOM element, as well as providing a visual prompt for overflowing divs. display: block; => blue; display: inline; => purple; overflowing the viewport => red! etc..
You can Follow the below Step By Step procedure to install the Layout Debugger Chrome Extension to your Chrome Web browser.
It is the Layout Debugger Chrome extension download link you can download and install Chrome Browser.
Toggle classes and attributes
This extension is a tool that helps visualize the layout of HTML elements on a webpage
Debug your layouts with one line of CSS and a single click.
This extension outlines all the DOM elements on a page
This extension shows the density of elements on your page
A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
HTML Visual Validation gives you information about the html elements, live, on page.
Add borders or shaders to your webpage on the fly. No need to write debug markup to fix layout components.
Adds outline to all elements on the page to show the culprit element which is changing desired layout