What is an HTML File?
An HTML file is a text file with markup tags
An HTML file must have an htm or html file extension
An HTML file can be created using a simple text editor
An HTML file is often called an HTML document or a web page
When a browser displays a web page, it will not display the markup tags. The browser uses the markup tags to understand the layout of the page.