Home > Web Front-end > Front-end Q&A > What is html format

What is html format

醉折花枝作酒筹
Release: 2023-01-06 11:16:47
Original
22784 people have browsed it

The html format is Hypertext Markup Language, an application under Standard Universal Markup Language. 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.

What is html format

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

.html is Hyper Text Markup Language (Hyper Text Markup Language), an application under the Standard Universal Markup Language. HTML is not a programming language, but a markup language, which is necessary for web page production. "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.

Editing

It is actually text, which requires interpretation by the browser. Its editors can be roughly divided into three types,

Basic text and document editing software, use You can write it in Microsoft's own Notepad or WordPad. Of course, if you use WPS to write it, you can also write it. However, please use .htm or .html as the extension when saving, so that the browser can recognize and directly interpret and execute it.

Semi-WYSIWYG software, such as: FCK-Editer, E-webediter and other online web page editors; especially recommended: Sublime Text code editor (developed by Jon Skinner, Sublime Text2 is charged but can be tried indefinitely ).

WYSIWYG software, the most widely used editor, can create web pages without any knowledge of HTML, such as: AMAYA (produced by: World Wide Web Consortium); FRONTPAGE (produced by: Microsoft) ); Dreamweaver (produced by Adobe).

Microsoft Visual Studio (Produced by: Microsoft)

Among them, WYSIWYG software is faster to develop, more efficient, and intuitive than semi-WYSIWYG software. Perform stronger. Modifications made anywhere only need to be refreshed to display. The disadvantage is that the generated code has a complex structure, which is not conducive to the realization of advanced functions such as multi-person collaboration and precise positioning of large websites.

Recommended learning: html video tutorial

The above is the detailed content of What is html format. 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