Inspecting HTML elements
Web Inspector allows you to view a web page source HTML in a syntax-colored structured way, drill through the tags hierarhy and inspect the properties of particular elements, such as style, metrics, linked JavaScript code and much more.
To inspect a web page or HTML element:
- Enable Web Inspector from Tools menu and reload the page being inspected
- Invoke a Web Inspector using one of the following methods:
- right-click the HTML element and choose Inspect from the context menu
- choose Inspect Element from the Tools menu
- click Inspect toolbar button (if Inspect button is configured to be visible in settings) - Web Inspector window appears, see a web page source and click the particular HTM element to expand the tree and inspect it. On the right side displayed the information related to style, metrics and properties of the element