Do you want to see how any Internet page is really built? Do you want to see hidden blocks there? If so, the Page Source program is for you. The information displayed by the Page Source program is quite different from the information you get from the standard "View Source" popup menu.
The Internet Explorer MSHTML component will parse the downloaded page and add its own tags, close unclosed tags and even remove tags, which violate its parser logic. The information revealed by selecting "View Source" popup menu is gathered after the Internet Explorer has parsed it, so it's always different. P... [
read more about Page Source >> ]