'From vim, how do I open a html file in my web browser?

I have started using Vim since last month and I am halfway through Vimscript.Ijust want to know how to run my html file and open it in my browser (Edge).

Update: whenever i am writing this- nnoremap e :exe ':silent !chromium-browser %' it is showing that chromium-browser is not an internal or external command



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source