Is the HTML shown via 'View Source' different from the HTML shown in (Firebug) developer tools?

前端 未结 4 573
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-27 16:48

I\'m using Firefox alongside Firebug Developer tools.

Is the HTML shown in View Source (Ctrl + U) different from the HTML I see when inspecting elements

4条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 17:08

    The difference are (but not limited to) that in firebug console you can see dynamically changes, which occurred in web page. For example, DOM elements modifications (from AJAX or regular JavaScript), CSS in-place modifications, etc...

提交回复
热议问题