I just learned how to run a java application from the terminal by typing 'javac' before the file, and now I am wondering how to run an html file inside of the terminal too. It can't be 'javac file.html' is it?
Is there some prefix for doing this? Thanks.