Inspect Element option for IE?

后端 未结 3 953
有刺的猬
有刺的猬 2021-02-02 10:27

In Chrome and Firefox, you can right click an element and select \"Inspect element\" to see developer information about it.

Is there a plugin or option that will launch

相关标签:
3条回答
  • 2021-02-02 10:52

    to use Inspect element Just press F12 button in IE8

    enter image description here

    0 讨论(0)
  • 2021-02-02 10:56

    Many answered this in other places. But some of the people will first get this question on searches, so here is an answer:
    On IE9 (I didn't test on IE8) you can get the Developer Toolbar by pressing F12, and then Ctrl+B (or click the pointer) to inspect an element.

    0 讨论(0)
  • 2021-02-02 10:59

    I would suggest using Firebug Lite. Firebug Lite is writtern in javascript, so you can use it in any browser. Include the following code at the top of the <head> of your page:
    <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
    or use the bookmarklet provided here

    0 讨论(0)
提交回复
热议问题