xxxxxxxxxx
cd Desktop/; mkdir webproject; cd webproject; touch index.html; touch style.css
xxxxxxxxxx
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
xxxxxxxxxx
// Go to your TERMINAL (CMD)
// Select the folder that you want to create the .html file inside it.
C:\Users\user> cd folder
C:\Users\user>folder>
//then create a .html file by using the command => echo
C:\Users\user>folder> echo >file_name.html
// Then Enter => file was created successfully