Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.27 KB

File metadata and controls

29 lines (23 loc) · 1.27 KB
title Inspect, edit, and debug HTML and CSS with the Elements tool
description How to use the Elements tool in Microsoft Edge DevTools to inspect, edit, and debug HTML and CSS.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic article
ms.service microsoft-edge
ms.subservice devtools
ms.date 02/15/2022

Inspect, edit, and debug HTML and CSS with the Elements tool

Use the Elements tool to inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser.

Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage.

The Elements tool

See also