How to open an html file from inside a zip?
you have to extract it. When you double click on your html in the zip file, it is extracted in the background and shown to you, the only way to read anything in a compressed file is by extracting it.
As I know, only Firefox can do this via
jar:file://c:/myfolder/myzip.zip!/index.html