how to open html file in terminal

Solutions on MaxInterview for how to open html file in terminal by the best coders in the world

showing results for - "how to open html file in terminal"
Lola
17 Aug 2018
1cd Desktop/; mkdir webproject; cd webproject; touch index.html; touch style.css
2
Jannik
17 Jan 2020
1Create an HTML file on your mac
2Open your terminal
3Run the command "open myFile.html" or navigate to it with Finder and right click > open with Brave
4See a search page load