Home > Development Tools > notepad > body text

How to format html in notepad

(*-*)浩
Release: 2019-08-21 15:46:53
Original
5894 people have browsed it

Sometimes I want to edit some of the html I got. Not every html content in the html file is in standard format. Many of them are codes that are just squeezed together, and the readability is really poor.

How to format html in notepad

notepad is a lightweight editor. Sometimes you need to write some code urgently, but the large IDE is too bulky for temporary use, but notepad does not have html by default. The code formatting function needs to be implemented through the plug-in tidy2. (Recommended learning: notepad use)

There are two ways to install the tidy2 plug-in, one is through the toolbar "Plug-in-->Pligin Manager-->show Plugin Manager "Then choose to download and install the tidy2 plug-in. However, the node is in Google and it is not easy to download in China.

Find the download point on the domestic website.

After downloading, unzip the file with .dll suffix and put it in the plugins folder in the root directory where you installed notepad, then restart notepad. At this time, you can use the plug-in in the toolbar plug-in.

The default tidy(config1) here can format the html code.

How to format html in notepad

The above is the detailed content of How to format html in notepad. 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!