i am trying to get used to html. I want open my html project on google chrome but i am just getting classic page on local host. (https://i.stack.imgur.com/fFJDg.jpg) (https://i.stack.imgur.com/lZjuK.jpg)
I am just try to open on edge but get this page again. What can i do about this problem? Pls help.
CodePudding user response:
Just paste the path of the html file including the .html to the browser. Eg, c://Desktop/user/project/file.html -> paste on url
CodePudding user response:
There are 2 ways for opening .html files in Google chrome.
Way 1 :
Right click on the .html file and select open with Google chrome.
Way 2 :
- Open Google Chrome
- Press ctrl o
- A window opens
- Navigate to your destination folder and click on your .html file
That's it. There you go.
Hope This is helpful.