Home > Article > Web Front-end > what is html
html is a markup language, the full name is hypertext markup language; html includes a series of tags through which the document format on the network can be unified and scattered Internet resources can be connected into a logical whole.
The operating environment of this article: Windows 7 system, HTML5 version, Dell G3 computer.
HTML stands for Hypertext Markup Language and is a markup language. It includes a series of tags. These tags can unify the document format on the network and connect scattered Internet resources into a logical whole. HTML text is descriptive text composed of HTML commands. HTML commands can describe text, graphics, animations, sounds, tables, links, etc.
Hypertext is a way of organizing information that associates words and graphics in the text with other information media through hyperlinks. These interrelated information media may be in the same text, may be other files, or may be files on a computer that are geographically distant. This way of organizing information connects information resources distributed in different locations in a random manner, making it easier for people to find and retrieve information.
Features
Hypertext markup language document production is not very complicated, but it is powerful and supports the embedding of files in different data formats, which is also popular in the World Wide Web (WWW) One of the reasons is that its main features are as follows:
Simplicity: The hypertext markup language version is upgraded using a superset method, making it more flexible and convenient.
Extensibility: The wide application of hypertext markup language has brought about requirements for strengthening functions and adding identifiers. Hypertext markup language adopts the method of subclass elements to ensure system expansion.
Platform independence: Although personal computers are popular, there are many people using other machines such as MAC. Hypertext Markup Language can be used on a wide range of platforms, which is another reason for the popularity of the World Wide Web (WWW).
Versatility: In addition, HTML is the universal language of the Internet, a simple and universal all-purpose markup language. It allows web page producers to create complex pages that combine text and images, and these pages can be viewed by anyone else on the Internet, regardless of the type of computer or browser used.
[Recommended learning: HTML video tutorial]
Editing method
Editing
HTML is actually Text requires interpretation by the browser. Its editors can be roughly divided into the following types:
Basic text and document editing software can be written using Microsoft’s own Notepad or WordPad. Of course, It's okay if you use WPS or Word to write it, but please use .htm or .html as the extension when saving, so that the browser can recognize it and interpret it directly.
Semi-WYSIWYG software, such as: FCK-Editer, E-webediter and other online web page editors; especially recommended: Sublime Text code editor (developed by Jon Skinner, Sublime Text2 is charged but can be tried indefinitely ).
WYSIWYG software, the most widely used editor, can create web pages without any knowledge of HTML, such as: AMAYA (produced by: World Wide Web Consortium); FRONTPAGE (produced by: Microsoft) ); Dreamweaver (produced by Adobe). Microsoft Visual Studio (Produced by: Microsoft): Compared with semi-WYSIWYG software, WYSIWYG software has faster development speed, higher efficiency, and more intuitive performance. Modifications made anywhere only need to be refreshed to display. The disadvantage is that the generated code has a complex structure, which is not conducive to the realization of advanced functions such as multi-person collaboration and precise positioning of large websites.
The above is the detailed content of what is html. For more information, please follow other related articles on the PHP Chinese website!