Answers for "how to create a html file 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

Code answers related to "how to create a html file in terminal"

Browse Popular Code Answers by Language