HTML is a markup language used to create web pages
HTML is the English abbreviation of Hypertext Markup Language, i.e. Hypertext Markup Language
HTML is a markup language that does not require compilation and is executed directly by the browser.
HTML file is a text file that contains some HTML elements, tags, etc. HTML file must use html or html as the file name suffix
HTML is case-insensitive, HTML is the same as html
HTML is maintained by W3C
VeVb tip: For every friend who wants to make a web page, learning HTML language is your first step and it is also the foundation of web design!
History of HTMLHTML 1.0 -- June 1993, IETF released
HTML 2.0 -- Release in November 1995
HTML 3.2 -- January 1996, W3C recommended standard
HTML 4.0 -- December 1997, W3C recommended standard
HTML 4.01 -- December 1999, W3C recommended standard
HTML 5.0 -- August 2008, W3C Work Draft
How to open HTML fileHow to open the html file and what software should I use to open the html file?
1. The system comes with notepad to open web page files
There are many tools to open HTML. If you do not install any web editing and development software, you can use the system's own notepad to open HTML files. Right-click the HTML file, select Open method in the pop-up tab, and then select Notepad in the pop-up option.
Right-click the HTML file and select Notepad to open screenshot
If the right mouse button is in the open mode, there is no Notepad to choose, you need to click on the default program and enter and find Notepad to open the html web page file.
2. DW software opens html web page file
Generally, the development of HTML uses Dreamweaver software as DW for short. Compared to Notepad opening and editing html files, DW has a visual web structure, and it is not prone to errors in development coding, and has better compatibility with HTML encoding language. Generally speaking, it is recommended to use DW to edit web HTML.
DW software download address: http://www.vevb.com/soft/web/35047.htmlIt is recommended that everyone edit HTML files to avoid compatibility caused by HTML encoding problems. If you open the html web page garbled code in a web browser, you can use DW software to edit HTML web page files.