1864 votes
HTML File - What is an .html file and how do I open it?
Learn about .HTML files and view a list of programs that open them.
Languages
Overview
What is an HTML file? An HTML file contains Hypertext Markup Language ( HTML ) that formats the structure of a webpage. It is stored in a standard text format and contains tags that define the page layout and content of the webpage, including the text, tables, images, and hyperlinks displayed on the webpage. HTML files are widely used online and displayed in web browsers.
More Information HTML file open in Adobe Dreamweaver 2021 HTML was introduced in 1991 by Tim Berners-Lee and other CERN engineers as a way for web browsers to interpret and display webpages. Since its release, it has become a standard in web development and has gone through multiple revisions, which include HTML 2 (1995), HTML 3 (January 1997), HTML 4 (December 1997), and HTML 5 (2014). The Web Hypertext Application Technology Working Group (WHATWG) develops and advances HTML. The group was founded in 2004 and consists of major browser developers, including Google, Microsoft, Apple, and Mozilla. The markup language features HTML elements that make up the structure of webpages. Typically, each element includes an opening tag enclosed in angle brackets ( <tag> ) and a closing tag enclosed in angle brackets but with a forward slash preceding the tag ( </tag> ). Some examples of basic elements include: <head> - Head tag used to contain metadata about a webpage <body> - Body tag that defines the body of a webpage <h1> - Text header tag used to create a text title in a webpage <p> - Paragraph tag used to define a paragraph in a webpage <img> - Image tag used to embed an image in a webpage <ul> - Unordered list to create a bulleted list in a webpage <div> - Divider tag used to create a section in a webpage Over time, other web technologies, such as Cascading Style Sheets ( CSS ) and JavaScript , have been introduced to enhance webpages. You will most likely find CSS or JavaScript code or references to .CSS or .JS files in modern HTML webpages. Web developers often create and edit HTML files, then upload them to web servers that web browsers parse when a user visits webpages. If you are an average Internet user, you most likely will not see the HTML source code since your web browser parses it in the background. However, you can still view the HTML of a webpage with a web browser by following these steps specific to the browser: Google Chrome (Windows) - Select More tools → Developer tools Google Chrome (Mac) - Select View → Developer → View Source Mozilla Firefox - Select Web Developer → Page Source Microsoft Edge - Select More tools → Developer tools Apple Safari - Select Develop → Show Page Source NOTE: Most pages within static websites have an .html extension, while pages within dynamic websites may have a .php or .asp extension.
Adobe Dreamweaver 2021 Icon
Breadcrumbs
Previous / Next
In-Depth
.HTML File Extension
Hypertext Markup Language File
| Developer | WHATWG |
| Popularity |
3.5 | 1864 Votes |
NEW: Open your .HTML file online with File Helper . View Online
What is an HTML file?
An HTML file contains Hypertext Markup Language ( HTML ) that formats the structure of a webpage. It is stored in a standard text format and contains tags that define the page layout and content of the webpage, including the text, tables, images, and hyperlinks displayed on the webpage. HTML files are widely used online and displayed in web browsers.
More Information
HTML file open in Adobe Dreamweaver 2021
HTML was introduced in 1991 by Tim Berners-Lee and other CERN engineers as a way for web browsers to interpret and display webpages. Since its release, it has become a standard in web development and has gone through multiple revisions, which include HTML 2 (1995), HTML 3 (January 1997), HTML 4 (December 1997), and HTML 5 (2014).
The Web Hypertext Application Technology Working Group (WHATWG) develops and advances HTML. The group was founded in 2004 and consists of major browser developers, including Google, Microsoft, Apple, and Mozilla.
The markup language features HTML elements that make up the structure of webpages. Typically, each element includes an opening tag enclosed in angle brackets ( <tag> ) and a closing tag enclosed in angle brackets but with a forward slash preceding the tag ( </tag> ).
Some examples of basic elements include:
Over time, other web technologies, such as Cascading Style Sheets ( CSS ) and JavaScript , have been introduced to enhance webpages. You will most likely find CSS or JavaScript code or references to .CSS or .JS files in modern HTML webpages.
Web developers often create and edit HTML files, then upload them to web servers that web browsers parse when a user visits webpages. If you are an average Internet user, you most likely will not see the HTML source code since your web browser parses it in the background.
However, you can still view the HTML of a webpage with a web browser by following these steps specific to the browser:
NOTE: Most pages within static websites have an .html extension, while pages within dynamic websites may have a .php or .asp extension.
Common HTML Filenames
index.html - The main, or index, HTML file that's loaded when a client web browser requests a web server directory. For example, when http://www.sampledomain.com/ is requested, the web server loads http://www.sampledomain.com/index.html by default, unless it is configured to use a different file.
default.html - The index file often used by Windows web servers such as Microsoft IIS.
How to open an HTML file
You can open and edit HTML files with various source code editors and web development applications. Microsoft Visual Studio Code (multiplatform) is a helpful source code editor and Adobe Dreamweaver (multiplatform) is a popular web development application.
Since HTML language is saved in plain text, you can also open and edit HTML files with a basic text editor, such as Microsoft Notepad (Windows) or Apple TextEdit (Mac). However, these text editors do not come with features included with source code editors and web development apps that make it easier for developers to code.
You can preview an HTML webpage by opening it with a web browser, such as Google Chrome (multiplatform), Microsoft Edge (multiplatform), Mozilla Firefox (multiplatform), or Apple Safari (Mac and iOS).
Programs that open HTML files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
File Viewer Plus
—
Get it from Microsoft
Free +
Any web browser
Microsoft Visual Studio Code
Free
W3C Amaya
Free
Adobe Dreamweaver 2021
Free Trial
Adobe ColdFusion Builder
Free Trial
Microsoft Visual Studio 2022
Free +
Blumentals WeBuilder
Free Trial
KompoZer
Free
Notepad++
Free
Brackets
Free
Any text editor
Mac
Any web browser
Adobe Dreamweaver 2021
Free Trial
Adobe ColdFusion Builder
Free Trial
W3C Amaya
Free
KompoZer
Free
Microsoft Visual Studio Code
Free
Brackets
Free
Any text editor
Linux
Any web browser
Any text editor
W3C Amaya
Free
KompoZer
Free
SCREEM
Free
Microsoft Visual Studio Code
Free
Web
FileHelper.com
Free
iOS
Any web browser
Alexander Blach Textastic Code Editor
Paid
Android
File Viewer for Android
Free +
Any web browser
Chrome OS
Google Chrome Text
Included with OS
Any web browser
Category: Web Files
Updated: January 12, 2022