Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the way HTML is edited?

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

What is the editing way of HTML? I believe many inexperienced people don't know what to do about it. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

The editing method of HTML

Editing

HTML is actually text, it needs to be interpreted by the browser, and its editors can be divided into the following categories:

Basic text, document editing software, using Microsoft's own notepad or WordPad can be written, of course, if you write in WPS. However, please use .htm or .html as the extension when saving the disk, which makes it easy for the browser to recognize the direct interpretation and execution. (recommended: html tutorial)

Half-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 charges but can be tried indefinitely).

WYSIWYG software, using the most extensive editor, can make web pages without any knowledge of HTML, such as: AMAYA (World wide Web Consortium); FRONTPAGE (Microsoft); Dreamweaver (Adobe).

Microsoft Visual Studio (production company: Microsoft): compared with semi-WYSIWYG software, WYSIWYG software has faster development speed, higher efficiency and stronger intuitive performance. Changes anywhere only need to be refreshed to display. The disadvantage is that the structure of the generated code is complex, which is not conducive to the realization of advanced functions such as multi-person cooperation and accurate positioning of large-scale websites.

Character set

In addition to displaying common American standard code for information interchange (foreign language abbreviation: ASCII) characters and Chinese characters in the web page, HTML has many special characters, which together constitute the HTML character set.

There are two situations that require the use of special characters, one is the characters with special meaning in the web page, and the other is the characters that are not on the keyboard. HTML characters can be represented by some code, and code can be represented in two ways.

That is, character codes (named entities) and numeric codes (numbered entities). The character code begins with the "&" character and ends with a semicolon ";", followed by the character name, such as ®. Numeric codes also start with the "& #" character and end with a semicolon ";", followed by a number, such as ®. [8]

Data type

Hypertext markup language defines element content of multiple data types, such as script data and stylesheet data, and attribute values of many types, including ID, name, URI, number, length unit, language, media descriptor, color, character encoding, date and time, and so on. All of these data types are professional character data.

After reading the above, have you mastered the editing method of HTML? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 291

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report