What is html format
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.
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!

Hot 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

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

Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

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.

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.
