Inspect Element

From Wiki @ Karl Jones dot com
Jump to: navigation, search

Inspect Element is one of a set of software development features in many web browsers.

Usage

Right-click in a web browser, and select Inspect Element from the pop-up menu.

The browser will display a window for Inspect Element and related features.

Features

Features vary from browser to browser.

New features appear regularly. Expect interfaces to change from time to time.

Console

Most modern browsers offer a browser console feature.

Use the Console to:

  • View 404 error messages, such as external CSS file not found, image not found
  • View custom JavaScript messages
  • Enter custom JavaScript commands

See also