Home > Article > Web Front-end > What are the html5 editors?
html5 editors include: 1. HBuilder; 2. Notepad; 3. Eclipse; 4. Dreamweaver; 5. EditPlus; 6. WebStorm; 7. sublime text; 8. Adobe Edge; 9. vscode, etc. .
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
Here are some useful HTML5 editors recommended to you.
1. HBuilder
HBuilder is a web development IDE launched by DCloud that supports HTML5. Speed is the biggest advantage of HBuilder. Through complete syntax prompts, code input methods, code blocks, etc., it greatly improves the development efficiency of HTML, js, and css. It also includes the most comprehensive syntax library and browser compatibility data.
2. Code Editor (Notepad)
Notepad is a must-have text editor for programmers. The software is compact and efficient. It supports 27 programming languages, including C, C, Java, C#, XML, HTML, PHP, JS, etc. are recommended for you to download and use. Notepad is a perfect replacement for Microsoft Notepad.
3. Eclipse
Eclipse itself is just a framework platform, but the support of many plug-ins gives Eclipse flexibility that is difficult to achieve with other IDE software with relatively fixed functions. . Many software developers develop their own IDEs using Eclipse as the framework. Eclipse was originally developed by IBM as a next-generation IDE development environment to replace the commercial software Visual Age for Java. It was contributed to the open source community in November 2001. It is now managed by the Eclipse Foundation, a non-profit software vendor alliance.
4. Dreamweaver
Adobe Dreamweaver, referred to as "DW", Chinese name "Dream Weaver", was originally developed by the American Macromedia Company and was acquired by Adobe in 2005 .
DW is a WYSIWYG web code editor that integrates web page production and website management. With support for HTML, CSS, JavaScript and more, designers and programmers can quickly create and build websites virtually anywhere.
Adobe Dreamweaver uses a WYSIWYG interface and also has HTML (an application under the Standard Universal Markup Language) editing function. With the help of a simplified intelligent coding engine, Create, code and manage dynamic websites with ease. Access code tips to quickly learn about HTML, CSS, and other web standards. [4] Use visual aids to reduce errors and increase website development speed.
5. EditPlus code editor
As the EditPlus editor is well known to most programmers, this is one of my commonly used editors. The advantage is that it runs fast. It takes up little space on your computer. The disadvantage is that you don’t need code prompts or formatting, but it is enough for simple code changes. It supports multiple languages and you can personalize the interface you want.
#6. WebStorm
WebStorm has "Web front-end development artifact", "the most powerful HTML5 editor", " Known as the "smartest JavaScript IDE", it is one of the development tools that many front-ends prefer. Supports code intelligence, HTML prompts, query and debugging, etc.
7, sublime text
sublime text editor is an editor that has only become popular in recent years. What is the specific reputation? I have used it. It is said that it runs fast. , has many advantages such as automatic code completion, highlighting, and full-featured shortcut keys.
8, Adobe Edge
Adobe Edge is a new web interactive tool that allows designers to use HTML5, CSS and Java Create web animations. An important feature of Edge is the Web Toolkit interface, which facilitates ensuring the architectural consistency of pages in different browsers.
9. Visual studio code (vscode for short)
A software that runs on Mac OS X, Windows and Linux and is designed for writing modern web and cloud applications. Cross-platform source code editor. The editor also integrates all the features that a modern editor should have, including syntax highlighting, customizable hotkey bindings, bracket matching, and code snippet collection.
10. Atom
Atom is a cross-platform text editor launched by github specifically for programmers. It has a simple and intuitive graphical user interface and has many interesting features: it supports CSS, HTML, JavaScript and other web programming languages. It supports macros, automatically completes the split-screen function, and integrates a file manager.
11. Aptana Studio
This is similar to the HBuilder above and is based on eclipse. It is the first front-end development tool with built-in Server that I have come into contact with. At that time, I remembered that when installing it, I had to install NodeJs, which made my eyes light up. But it’s been a long time since I’ve used it. Now after looking at its official website, it can also be used for Ruby, Python and other development. Of course, it can be used to write front-ends. It's about the same as HBuilder.
Recommended tutorial: "html video tutorial"
The above is the detailed content of What are the html5 editors?. For more information, please follow other related articles on the PHP Chinese website!