Top "View-source" questions

view-source is an URL scheme that will display the source code of an url.

How to check View Source in Mobile Browsers (Both Android && Feature Phone)

I need to check the view source of the page from mobile / tablet browsers ( Android Phones/Tablets and Feature Phones). …

html browser view-source
Programmatically open "View Source" HTML Window in Browser with Javascript?

How do I programmatically open the "View Source" window (using some Javascript) like when I right click in the browser …

javascript view-source
Output rendered HTML as plain text

I trying to show the rendered output thrown by a PHP file as text. The text should contain the HTML …

php html view-source
How to get Inspect Element code using Selenium WebDriver

I'm working in selenium with Firefox browser. The Html code shown in View Source (CTRL+U) is different from the …

selenium selenium-webdriver web-inspector inspector view-source
Is it possible to link the 'view-source:' of an external page?

I tried using <a href="view-source:google.com">External Source</a> but that just returns a …

html view-source
How to change Chrome's tab indention width?

For personal reasons, I use tabs instead of spaces to indent my code. I occasionally view my web page's source …

google-chrome view-source