What is html

(*-*)浩
Release: 2019-07-22 11:01:12
Original
12123 people have browsed it

Hyper Text Markup Language (Hyper Text Markup Language), an application under the Standard Universal Markup Language.

What is html

HTML is not a programming language, but a markup language, which is necessary for web page production. (Recommended learning: HTML video tutorial)

"Hypertext" means that the page can contain pictures, links, and even non-text elements such as music and programs. The structure of Hypertext Markup Language (or Hypertext Tag Language) includes a "head" part and a "body" part, where the "head" part provides information about the web page and the "body" part provides the specific content of the web page.

The page that is the starting point for an organization or individual on the World Wide Web is called the homepage (foreign language: Homepage) or homepage. The homepage usually includes pointers (hyperlinks) to other related pages or other nodes. ), the so-called hyperlink is a Uniform Resource Locator (Uniform Resource Locator, foreign language abbreviation: URL) pointer. By activating (clicking) it, the browser can easily obtain a new web page. This is also one of the most important reasons why HTML is widely used.

Hypertext Markup Language (English abbreviation: HTML) is a markup language designed for "web page creation and other information that can be seen in a web browser".

The essence of a web page is hypertext markup language. By combining the use of other Web technologies (such as scripting languages, public gateway interfaces, components, etc.), powerful web pages can be created. Therefore, Hypertext Markup Language is the basis of World Wide Web (Web) programming, which means that the World Wide Web is built on hypertext. Hypertext markup language is called text markup language because the text contains so-called "hyperlink" points.

Language Features

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.

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.

For more HTML related technical articles, please visit the HTML Tutorial column to learn!

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!