Home > front end >  I want my HTML code to run in Edge, not Chrome, how can I do that?
I want my HTML code to run in Edge, not Chrome, how can I do that?

Time:11-20

I would like my code HTML code to run on Edge because I'm more familiar with it, how can I do that?

CodePudding user response:

There is no option to directly run code in Edge. But there is two options to do this. Option 1: You can open it using -> Open With -> EDGE Select. Option 2: You can set the EDGE as a default browser. Then you just click and open.

CodePudding user response:

one way to do is -> Save it to text file in html format (.html extension) and drag drop it to edge browser.

if you scenario is more complex then update your question.

  •  Tags:  
  • html
  • Related