Answers for "how to run html in terminal"

1

how to make html file from terminal

cd Desktop/; mkdir webproject; cd webproject; touch index.html; touch style.css
Posted by: Guest on June-13-2021
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 "how to run html in terminal"

Browse Popular Code Answers by Language