The English name of
html is "Hyper Text Markup Language", which means "Hypertext Markup Language" in Chinese. It is a computer language specially used to design and edit web pages. It uses tags (markup instructions) ) displays text, audio and video, pictures, tables, buttons, input boxes and other content.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer. The English name of
html is "Hyper Text Markup Language", which is translated into Chinese as "Hyper Text Markup Language" and is specially used to design and edit web pages.
What exactly is HTML?
First of all, HTML is not a programming language. It has no logical processing capabilities or computing capabilities. It cannot dynamically generate content, but can only statically display web page information.
Let’s analyze its essence from the full Chinese name of HTML:
1) Hypertext
is beyond plain text, which means HTML Documents can not only contain text (text), but also include advanced content such as pictures, audio and video, tables, lists, links, buttons, input boxes, etc.
Hyperlinks are the link of the Internet. They can connect many web pages and intertwine them to form a "net". Without hyperlinks, there would be no Internet.
2) Markup language
HTML is a computer language, but it cannot be programmed and can only be used to mark the content in web pages. HTML uses different tags to mark different content, formats, layouts, etc., for example:
tag represents a picture;