How to open a webpage normally which has been saved as a HTML?

  • Thread starter Thread starter Mohammad
  • Start date Start date
M

Mohammad

Guest
I saved my internet research resources as a HTML and when i click on the link it opens as an HTML not as the actual website. I want to open it as the actual website
 
If saved in Internet Explorer, click View -> Source code, and find the line:
<!-- saved from url-->
 
You can always right-click the file and choose "Open With" and pick yer poison. Any program listed, or, under Browse, look for some other program NOT listed.
 
If you havent this what you should of done.

<html>
<head>
<title>Enter your title here</title>
</head>
<body> Enter html code here </body>
<html>


You can copy an paste this code for a test, after you saved it as a test on what ever your using to write your html, preview it to see if it works
 
Back
Top