How to convert .html document into .exe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to convert .html document into .exe?

HTML is a free language. It doesn't even need any interpreter of compiler. It's easy too. I would like to convert my .HTML document into .exe. How do I do it?

25th Feb 2017, 7:06 AM
Shreyas Sable
Shreyas Sable - avatar
7 Answers
+ 6
Solutions to do that exists probably... even it's not a common/useful way to display/store html stuff ^^
25th Feb 2017, 7:56 AM
visph
visph - avatar
+ 5
I think you should save your HTML document as .hta rather than .html. It doesn't give .exe but a file which opens in its own window.
26th Feb 2017, 6:08 AM
Shreyas Sable
Shreyas Sable - avatar
+ 3
haha...man exe is like an application but html is like text file on web pages. can you run text files?
25th Feb 2017, 7:52 AM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar
+ 3
@Shreyas Sable: 'hta' is a Microsoft proprietrary format... these files can be opened only with microsoft browsers, unfortunally ^^ In the other hand , Html5 provide abilities to do such stuff too ( it seems: I discover ^^ ): under the same appelation of 'html application', ability to access a web application even without net connection... but it seems also that this feature is in the process to be removed :( ( search for "cache manifest html5" for more information about ), in profits of 'services workers'...
26th Feb 2017, 7:37 AM
visph
visph - avatar
+ 2
you will need a compiler to do so
25th Feb 2017, 9:24 AM
Choco Knight
Choco Knight - avatar
+ 1
rename it to .exe
16th Mar 2017, 5:57 AM
KRITESH OJHA
KRITESH OJHA - avatar
0
Hi How can save file CSS
17th Apr 2024, 7:30 PM
Said Zaker Saidi
Said Zaker Saidi - avatar