Home  >  Article  >  Web Front-end  >  what does html mean

what does html mean

藏色散人
藏色散人Original
2021-04-01 11:17:278153browse

The full English name of html is "Hyper Text Markup Language", which means hypertext markup language and is a markup language; html includes a series of tags through which the document format on the network can be unified and dispersed Internet resources are connected as a logical whole.

what does html mean

The operating environment of this article: Windows 7 system, HTML5 version, DELL G3 computer

What does html mean?

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.

htmlFeatures

Hypertext markup language document production is not very complicated, but it is powerful and supports the embedding of files in different data formats. This is also the popularity of the World Wide Web (WWW) One of the reasons, its main features are as follows:

  • Simplicity: The hypertext markup language version upgrade adopts a superset method, making it more flexible and convenient.

  • Scalability: The wide application of hypertext markup language has brought about requirements for enhanced functions and added identifiers. Hypertext markup language adopts the method of subclass elements to bring system expansion. to guarantee.

  • Platform independence: Although personal computers are popular, there are many people who use other machines such as MAC. Hypertext Markup Language can be used on a wide range of platforms. This is also the World Wide Web (WWW) Another reason for its popularity.

  • 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" "css video tutorial"

The above is the detailed content of what does html mean. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn