Difference between revisions of "Inspect Element"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Console) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 28: | Line 28: | ||
* [[View Source]] | * [[View Source]] | ||
− | + | [[Category:Computer science]] | |
− | + | [[Category:Web design and development]] | |
− | + |
Revision as of 12:11, 5 April 2016
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