What is the English name of html
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;
The label represents a table;
The label represents An input box;
The label represents a piece of text;
The label represents the bold effect of the text;
tag represents block-level layout.Summary
HTML is a computer language used to develop web pages. It uses tags (marked instructions) to combine text, audio and video , pictures, tables, buttons, input boxes and other content are displayed. In other words, HTML is used to format and layout web content.
Note:
A file written in HTML is called an "HTML document", and the general suffix is
.html
(you can also use.htm
, but relatively rare). An HTML document is a plain text file that you can open or create using text editors such as Windows Notepad, Linux Vim, Notepad, Sublime Text, and VS Code.Recommended tutorial: "html video tutorial"
The above is the detailed content of What is the English name of html. For more information, please follow other related articles on the PHP Chinese website!
Statement of this WebsiteThe 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.cnHot AI Tools
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undress AI Tool
Undress images for free
Clothoff.io
AI clothes remover
AI Hentai Generator
Generate AI Hentai for free.
Hot Article
Assassin's Creed Shadows: Seashell Riddle Solution3 weeks ago By DDDWhat's New in Windows 11 KB5054979 & How to Fix Update Issues2 weeks ago By DDDWhere to find the Crane Control Keycard in Atomfall3 weeks ago By DDDSaving in R.E.P.O. Explained (And Save Files)1 months ago By 尊渡假赌尊渡假赌尊渡假赌Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
CakePHP Tutorial1385
52
Table Border in HTML Sep 04, 2024 pm 04:49 PM
Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.
HTML margin-left Sep 04, 2024 pm 04:48 PM
Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.
Nested Table in HTML Sep 04, 2024 pm 04:49 PM
This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.
HTML Table Layout Sep 04, 2024 pm 04:54 PM
Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.
HTML Input Placeholder Sep 04, 2024 pm 04:54 PM
Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.
HTML Ordered List Sep 04, 2024 pm 04:43 PM
Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively
Moving Text in HTML Sep 04, 2024 pm 04:45 PM
Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.
HTML onclick Button Sep 04, 2024 pm 04:49 PM
Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.