How to Open Source Code on Windows
When viewing the source code of a web page, the information and code processed by the server won’t appear. For example, a search engine processes information on a server and then displays the results on a web page. In other words, you can view the code that makes up the results page, but you cannot view the search engine’s source code.
This rule applies to all server-side scripts, SSI, and programming code. Therefore, you cannot view a scripts source code used in search engines, forums, polls, chat, etc. Also, copying the information from the source code may cause errors or direct you back to the page from which you copied the information.

Google Chrome
To view the source code of a web page in Google Chrome, use any of the following methods.
View source code only
Method one
To view only the source code, press Ctrl+U on your computer’s keyboard.
Method two
Right-click a blank part of the web page and select View page source from the pop-up menu that appears.

View page source with elements
- Open Chrome and navigate the web page whose source code you’d like to view.
- Click the Customize and control Google Chrome
icon in the upper-right corner of the browser window.
- From the drop-down menu that appears, select More tools, then select Developer tools.
- Click the Elements tab in the top-left corner of the new section that appears at the bottom of the screen.

Tip
In Chrome, pressing F12 or Ctrl+Shift+I also brings up the interactive developer tool. This tool provides much more interaction with the source code and CSS settings, allowing users to see how changes in the code affect the web page immediately.

Mozilla Firefox
To view the source code of a web page in Mozilla Firefox, use any of the following methods.
View source code only
Method one
To view only the source code, press Ctrl+U on your computer’s keyboard.
Method two
Right-click a blank part of the web page and select View Page Source from the pop-up menu that appears.

View page source with elements
- Open Firefox and navigate the web page whose source code you’d like to view.
- Click the Menu
icon in the top-right corner of the screen.
- Select Web Developer in the drop-down menu, then select Toggle Tools from the expanded menu.
- Click the Inspector tab in the top-left corner of the section that appears at the bottom of the screen.

Tip
In Firefox, pressing F12 or Ctrl+Shift+I also brings up the interactive developer tool. This tool provides interaction with the source code and CSS settings, allowing users to see how changes in the code affect the web page in real time.
View a section of the page’s source code
- Highlight the portion of a web page for which you’d like to view the source code.
- Right-click that highlighted section and select View Selection Source.
Tip
You can use the Firebug add-on to view and edit the source code of a page, and view the changes live through the browser.

Microsoft Edge
To view the source code of a web page in Microsoft Edge, use any of the following methods.
View source code only
Method one
To view only the source code, press Ctrl+U on your computer’s keyboard.
Method two
Right-click a blank part of the web page and select View page source from the pop-up menu that appears.

View page source with elements
- Open Microsoft Edge and navigate the web page whose source code you’d like to view.
- Click the Settings and more
icon in the upper-right corner of the screen.
- Move your mouse over More tools in the drop-down menu, and select Developer tools from the expanded menu.
- Click the Elements tab at the top of the window that appears on the right side of the screen.

Tip
In Microsoft Edge, pressing F12 or Ctrl+Shift+I also brings up the interactive developer tool. This tool provides interaction with the source code and CSS settings, allowing users to see how changes in the code affect the web page in real time.

Microsoft Internet Explorer
To view the source code of a web page in Microsoft Internet Explorer, use any of the following methods.
View source code only
Method one
To view only the source code, press Ctrl+U on your computer’s keyboard.
Method two
Right-click a blank part of the web page and select View source from the pop-up menu that appears.

View page source with elements
- Open Internet Explorer and navigate the web page whose source code you’d like to view.
- Click Tools
in the upper-right corner.
- Select F12 Developer Tools from the drop-down menu.
- Click the DOM Explorer tab at the top-left corner of the developer tools menu.

Tip
In Internet Explorer, pressing F12 brings up the DOM tool. This tool provides interaction with the source code and CSS settings, allowing users to see how changes in the code affect the web page immediately.

Safari
In Safari, viewing a webpage’s source code requires you to enable the developer options. The following sections show you how to turn on this feature, and then how to view the source code of a web page.
Accessing developer options in Safari
- Open the Safari browser.
- Select
from the menu bar at the top-left corner of the screen.
- In the drop-down menu that appears, select Preferences.

- Click the Advanced tab, and check the box next to Show Develop menu in menu bar.

- You should now see the Develop selector in the Apple menu bar at the top of the screen.

Viewing the source code
Note
You must have the developer options enabled for the following steps to work.
Method one
- Open Safari and navigate the web page whose source code you’d like to view.
- In the Apple menu bar at the top of the screen, click the Develop selector and choose Show Page Source from the drop-down menu.
- In the center of the screen, click the Elements tab at the top of the developer tools section.

Method 2
Right-click a blank part of the web page and select Show Page Source from the pop-up menu that appears.

Tip
Once the developer options are enabled, you can also press Command+option+U to view the source code of a page.

Opera
To view the source code of a web page in Opera, use any of the following methods.
View source code only
Method one
To view only the source code, press Ctrl+U on your computer’s keyboard.
Method two
Right-click a blank part of the web page and select Page source from the pop-up menu that appears.

View page source with elements
- Open Opera and navigate the web page whose source code you’d like to view.
- Click the Opera
icon in the upper-left corner of the browser window.
- Move your mouse over Developer in the drop-down menu, and select Developer tools from the expanded menu.
- Click the Elements tab at the top of the window that appears on the right side of the screen.

Tip
If you don’t see the Developer submenu, choose More tools → Show developer menu. Then, click the menu button again. You should now see the Developer entry listed.Tip
In Opera, pressing F12 or Ctrl+Shift+I also brings up the interactive developer tool. This tool provides interaction with the source code and CSS settings, allowing users to see how changes in the code affect the web page in real time.
Conclusion
Hopefully, this has helped you learn how to more effectively Open Source Code on Windows. If you have any questions, or would like to provide us with your own experiences on Open Source for Windows, please leave us a comment down below and let us know what you think!