Home  >  Article  >  Web Front-end  >  What does html do?

What does html do?

藏色散人
藏色散人Original
2021-04-26 10:30:0630530browse

html is a language used to describe web pages. Its full name is Hypertext Markup Language, which is a markup language; it includes a series of tags through which the document format on the Internet can be unified and made Scattered Internet resources are connected into a logical whole.

What does html do?

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

HTML is a language used to describe web pages.

  • HTML refers to Hyper Text Markup Language

  • HTML is not a programming language, but a markup Language(markup language)

  • Markup language is a set of markup tags

  • HTML uses markup tags to describe web pages

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.

  • 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

The above is the detailed content of What does html do?. 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
Previous article:how to save cssNext article:how to save css