HTML page
Previous  Top  Next

The HTML page displays the final rendered HTML source for the selected HTML DOM element. when you selected the document node(root node) or <HTML> node, it displays HTML source for the page being viewed in IE. The most HTML DOM element's HTML content is editable, and you can modify it and reflect the result directly in the browser windows. The read-only HTML DOM elements will show a small icon in the left bottom corner of the html editor.  

Readonly:

HTMLPage_readonly


Editable:
HTMLPage