DEV Community

Cover image for Methods to create an html executable file
Lalit Kumar
Lalit Kumar

Posted on

Methods to create an html executable file

This article focuses on the approach of creating an executable file using html, css and JavaScript. First and foremost, it is possible to create an executable file using HTML in case you are wondering.
What is an executable file?
Executable file performs numerous functions or operations on a computer. But it can’t be read since the executable file is produced after the process of compilation. Depending on the operating system there are different extensions of executable files. Some file extensions of executable files are .EXE, .BAT, BIN, .DMG and many more.

Methods

  • Microsoft Visual Studio Express.
  • Npm package also known as Electron.
  • Cordova by Apache foundation.
  • Proton Native.

These are the tools you can use to create a executable file using HTML. If you want to create an application and needed steps to create. Check out this link

Top comments (0)