html - Why View source of the page is different than Inspecting the element of the page -


okay i'm using producteev.com on projects, other day noticed on workspace page, source of page (ctrl+u) quite short , of page's items not in view source code.

but of course if inspect elements of page see actual codes.

i'm not sure if right place ask such question i'd know why happening , using technology maybe? , why use such techniques?

viewing source shows source code.

inspecting dom shows serialisation of current state of dom after html has been parsed, error corrected, normalised , (possibly) manipulated javascript.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -