View Source
view-source:
You can view any page’s HTML source code by going to VIEW ->PAGE SOURCE in Navigator’s toolbar. For the same, we can use java script view-source.
Syntax:
view-source: url
Example:
document.location = “view-source:http://yourdomain.com/”
