Browser console

From Wiki @ Karl Jones dot com
Revision as of 15:12, 24 April 2016 by Karl Jones (Talk | contribs) (See also)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In many web browsers, the console is an advanced feature for developers.

Features

Console features typically include:

  • Error messages, such as page not found, JavaScript error, etc.
  • Interface for direct entry of JavaScript commands

Inspect Element

The console is typically a tab or section within the Inspect Element tools.

See also