Answers for "run a html file in terminal"

1

how to run html file in ubuntu

pushd <filename>.html; python3 -m http.server 9999; popd;
Posted by: Guest on December-03-2020
0

how to open html file in terminal

Create an HTML file on your mac
Open your terminal
Run the command "open myFile.html" or navigate to it with Finder and right click > open with Brave
See a search page load
Posted by: Guest on May-02-2021

Code answers related to "run a html file in terminal"

Browse Popular Code Answers by Language