HTML is the markup language of the web, every browser displays HTML documents natively. Files contain text plus tags (<h1>, <p>, <a>, etc.) describing structure and links. Modern HTML5 also supports embedded media (audio/video) and complex semantic markup.
How to open
Every web browser. Any text editor for source. Modern editors (VS Code) syntax-highlight HTML.