Question
How do I view the source code of a web page?
Answer
All Internet
browsers allow users to view the
HTML or other source code of any of the web pages they visit. For example, a user can easily view the code used to generate this page by following the below examples. Below is a listing of some of the different major browsers and how to view the source code in each of those browsers.
When viewing the source code of a web page it is important that you keep in mind that only information and code that is not processed by the server will be displayed in the source code. For example, almost all Internet search engines process information on the server and then display the results on a web page. This means you can view the code used to generate the results page but you cannot view the search engine's source code.
This rule applies to all server side scripts,
SSI, and code. Therefore, features such as search engines, forums, polls, chat, etc. will not display their code, and copying the information from the source code will likely only cause errors or direct you back to page you copied the information from.
Microsoft Internet Explorer users
To view the source code of a web page in
Microsoft Internet Explorer, follow the below steps.
- Open Internet Explorer
- Click View
- From the drop-down-menu click "Source"
Once the above steps have been completed a new window will open displaying the source code.
Mozilla Firefox and Netscape users To view the source code of a web page in
Mozilla Firefox or Netscape, follow the below steps.
- Open Mozilla Firefox or Netscape
- Click View
- From the drop-down-menu click "Page Source"
or
- Press CTRL+U
Once the above steps have been completed a new window will open displaying the source code.
In Firefox you can highlight the portion of a web page you want to view the source code of and then right-click that highlighted section and click View Selection Source.

Use the
Firebug add-on to not only view the source code of a page but change and view those changes live through the browser.
To view the source code of a web page in
Opera, follow the below steps.
- Open Opera
- Click View
- From the drop-down-menu click "Source"
or
- Press CTRL+F3
Once the above steps have been completed a new window will open displaying the source code.