Home > Enterprise >  How can i open my html file on google chrome?
How can i open my html file on google chrome?

Time:04-02

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 :

  1. Open Google Chrome
  2. Press ctrl o
  3. A window opens
  4. Navigate to your destination folder and click on your .html file

That's it. There you go.

Hope This is helpful.

  • Related