How to see source code of any website on android mobile phone?
Here, I am going to describe the basic process of checking the source code of any website using simple way.
Source code are those code which are in backend of any website. They help us to see what the website looks like. Html CSS and Javascript are frontend website code, simarly java, php may be backend code.
Viewing Source code of any website on android mobile
We can see the html source code by following way:
On android device
- Open chrome application on android device
- Open the desired application
- Click on the website link
- Type 'view-source:' infront of website link
Example: To see the website source code of this website omdhakal.com.np, you can just type this code
view-source:www.omdhakal.com.np
After typing this code you can see the detail source code of this website.
At the end, It is easy to see the source code of any website on your device.