Jump to content

Internet Explorer Developer Tools

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Explicit (talk | contribs) at 23:21, 27 December 2023 (Removing link(s) Wikipedia:Articles for deletion/Web Developer (software) closed as soft delete (XFDcloser)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Internet Explorer Developer Tools, also known as the F12 Developer Tools in Windows 10, formerly known as Internet Explorer Developer Toolbar, is a web development tool built into Microsoft Internet Explorer and Microsoft Edge that aids in the design and debugging of web pages.

It was introduced as a toolbar for Internet Explorer 6 and 7. Internet Explorer 8 and later have developer tools built in. It allows validating of CSS and HTML, previewing page layout at various resolutions, and also offers a ruler (measuring in pixels) to aid in positioning the elements.[1] It allows viewing the source of the entire page, color-coded for ease of navigation, or selected elements of it, as well as viewing the DOM source and the CSS selectors that are applied to the element. It also enables viewing the properties and styles of individual elements and also traces styles of elements to its declaration.[2]

The toolbar includes a toggleable pane at the bottom of the window. The pane shows the structure of the web page, and for each structure, the properties and styles. It exposes its features through a menu hierarchy and includes toolbar buttons for quick access to features such as clearing the browser cache and enabling the selecting of elements by clicking in the rendered page, rather than navigating through the visual representation of the DOM tree.[2]

See also

References

  1. ^ "Microsoft Releases IE Developer Toolbar". 10 May 2007. Retrieved 2007-05-11.
  2. ^ a b "IE Developer Toolbar Beta 3 - Now Available". IEBlog. 9 January 2007. Retrieved 2007-05-11.