Characteristics of html

(*-*)浩
Release: 2019-12-25 15:06:07
Original
4410 people have browsed it

HTML is called Hypertext Markup Language and is a identifying language.

Characteristics of html

It includes a series of tags. These tags can unify the document format on the network and connect scattered Internet resources into a logical whole.

HTML text is descriptive text composed of HTML commands. HTML commands can describe text, graphics, animations, sounds, tables, links, etc. (Recommended learning: html tutorial)

Hypertext Markup Language (HTML)Document production is not very complicated, but it is powerful and supports the embedding of files in different data formats , which is also one of the reasons for the popularity of the World Wide Web (WWW). Its main features are as follows:

Simplicity: The hypertext markup language version upgrade adopts a superset method, making it more flexible and convenient.

Extensibility: The wide application of hypertext markup language has brought about requirements for enhanced functions and added identifiers. Hypertext markup language adopts the method of subclass elements to ensure system expansion.

Platform independence: Although personal computers are popular, there are many people using other machines such as MAC. Hypertext Markup Language can be used on a wide range of platforms, which is another reason for the popularity of the World Wide Web (WWW).

Versatility: In addition, HTML is the universal language of the Internet, a simple and universal all-purpose markup language. It allows web page producers to create complex pages that combine text and images, and these pages can be viewed by anyone else on the Internet, regardless of the type of computer or browser used.

HTML is actually text, which requires interpretation by the browser. Its editors can be roughly divided into the following 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): Compared with semi-WYSIWYG software, WYSIWYG software has faster development speed, higher efficiency, and more intuitive performance.

Any changes 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.

The above is the detailed content of Characteristics of html. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!