chrome: difference page source and inspect element?

后端 未结 3 1164
名媛妹妹
名媛妹妹 2020-12-18 09:51

what is the difference between the html in \'view page source\' and inspect element in Chrome 15? looks like 2 different html?

3条回答
  •  一生所求
    2020-12-18 10:38

    View page source opens the file in a separate window, whereas inspect element allows you to modify (locally of course) the code and change css values while the page live-updates.

提交回复
热议问题