Home > Web Front-end > Front-end Q&A > What does the term html refer to

What does the term html refer to

藏色散人
Release: 2023-01-03 09:25:09
Original
14000 people have browsed it

The term html refers to hypertext markup language. HTML is the brick and mortar that makes up the Web world; html defines the meaning and structure of web content; other technologies other than HTML are usually used to describe The performance and display effect of a web page, such as CSS, or the functionality and behavior, such as JavaScript language.

What does the term html refer to

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

HTML stands for HyperText Markup Language, which is the brick and mortar that makes up the Web world. It defines the meaning and structure of web content. Technologies other than HTML are often used to describe the performance and presentation of a web page (such as CSS), or the functionality and behavior (such as JavaScript).

HTML is a fairly simple markup language made up of different elements that can be applied to pieces of text to give the text different meanings within the document, whether it is a paragraph, a list of items, or A form.

It can also structure the document into logical blocks, determine whether the document has a header, three columns of content or a navigation menu, and embed pictures, images and other content into the page.

What does the term html refer to

[High-quality recommendation: HTML video tutorial]

Extended information:

HTML uses "mark" ( markup (also called tag) to annotate text, images, and other content for display in a Web browser. HTML markup contains some special elements (tags).

For example: "

,
,

,

, , What does the term html refer to,

The above is the detailed content of What does the term html refer to. 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