Sometimes we will encounter HTML format files that need to be opened, then what is HTML format? How can you open a file in HTML format? This requires us to know what is an HTML file, the HTML file is actually a Hypertext Markup Language file, is the suffix named . html or. htm are HTML files .
Such as:
For the HTML file format to open, I'll show you the basic ways to open three HTML file formats.
The basic way to open HTML file format one: Open with a browser
Right-click the HTML file, select Open with, there will be an installation browser for you to choose to open.
Note: Sometimes you open the page will be very messy, this is because no CSS and JS files found, need to put these files together, HTML page effect will come out.
The basic way to open HTML file format Two: You can open it with Notepad
Also right-click the HTML file, select Open mode, there will be a notepad to choose to open it. You can then edit the code in Notepad.
HTML file format Open basic Method Three: can be opened with HTML file editor
There are many kinds of HTML file editor, such as Adobe Dreamweaver,sublime text, can be used to open HTML files, but only if you want to install the software on the computer, the address is available for download: PHP Development tools Download
Finally, let's show you how to open an HTML file using sublime text
Open Result:
The above article is introduced here, more exciting content can be concerned about the PHP Chinese web.