HTML file open in Adobe Dreamweaver CC 2017
HTML files are saved in a standard text format and consists of tags used to define the structure of a webpage. The files can be opened and edited with a basic text editor but are typically opened by source code editors that come with features that make it easier for developers to code.
HTML source code is parsed by a web browser and is typically not seen by the user. If you want to view the HTML of a webpage, select "View Source" from the web browser's View menu.
index.html - основной или индексный HTML-файл, который загружается, когда клиентский веб-браузер запрашивает каталог веб-сервера. Например, когда запрашивается http://www.sampledomain.com/, веб-сервер по умолчанию загружает http://www.sampledomain.com/index.html, если только он не настроен на использование другого файла.
default.html - индексный файл, часто используемый веб-серверами Windows, такими как Microsoft IIS.