Inspect Element
From Wiki @ Karl Jones dot com
Inspect Element is one of a set of software development features in many web browsers.
Contents
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 Console feature.
Use the Console to:
- View 404 error messages
- View custom JavaScript messages
- Enter custom JavaScript commands