Home > Article > Web Front-end > What are the html visual editors?
htmlVisual editor: 1. Dreamweaver; 2. Notepad; 3. ExHtmlEditor; 4. UltraEdit; 5. visual studio code; 6. HBuilder; 7. EditPlus; 8. FCKEditor, etc.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
html visual editors include:
1, Dreamweaver
Adobe Dreamweaver, referred to as " DW", the Chinese name is "Dream Weaver", which 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.
2. Notepad
Notepad is a must-have text editor for programmers. The software is compact and efficient, and supports 27 programming languages. Compatible with C, C, Java, C#, XML, HTML, PHP, JS, etc. It has built-in support for up to 27 syntax highlighting displays (including various common source codes and scripts, which can well support .nfo file viewing), and also supports custom languages.
3. ExHtmlEditor
ExHtmlEditor is a tool for learning and writing HMTL. As you write code, you can visualize the final results in real time. Supports HTML5, Javascript and CSS3 elements.
4. UltraEdit
UltraEdit is a set of super powerful text editors that can meet all your editing needs. Edit text, hexadecimal, and ASCII codes, and can completely replace Notepad. Built-in English word checking, C and VB command highlighting, multiple files can be edited at the same time, and the speed will not be slow even if large files are opened.
5. 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.
6. 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.
7. EditPlus
EditPlus is a powerful text editor that can replace Notepad and has unlimited undo With redo, English spelling check, automatic word wrapping, column number marking, search and replacement, simultaneous editing of multiple files, and full-screen browsing functions. And it also has a useful function, that is, it has the function of monitoring the clipboard, and can automatically paste text into the editing window of EditPlus in synchronization with the clipboard!
8. FCKEditor
FCKeditor is an open source WYSIWYG text editor specially used on web pages. It is lightweight and does not require complicated installation steps to be used. It can be combined with different programming languages such as PHP, JavaScript, ASP, ASP.NET, ColdFusion, Java, and ABAP.
9. Fresh HTML
Fresh HTML is an HTML editor that supports WYSIWYG function. It can edit HTML pages just like editing text files. It is easy to use and supports the adjustment of HTML code to suit the page effect.
10. KindEditor
KindEditor is an open source HTML visual editor, mainly used to allow users to obtain WYSIWYG editing effects on websites, and is compatible with IE , Firefox, Chrome, Safari, Opera and other mainstream browsers. KindEditor is written in JavaScript and can be seamlessly integrated with Java, .NET, PHP, ASP and other programs.
Recommended tutorial: "html video tutorial"
The above is the detailed content of What are the html visual editors?. For more information, please follow other related articles on the PHP Chinese website!