Program for editing html and css. What programs are needed to work with HTML. Are code editors important?

NeonHTML - Free HTML and CSS editor with visual tools. Differs in the functionality of the tools. Supports XHTML. Allows you to edit quickly and comfortably: syntax highlighting, visual creation of tags in dialogs. Most of the tools have a preview, changing the parameters immediately affects the display in the preview. There is a built-in browser with imitation of different resolutions and scales. Search engine optimization (SEO) tool and website ranking checker. The text variation tool will help with the promotion. Very good work with colors - a specially created palette like in graphic editors, a list of recent colors, a list of page colors, quick color editing with one click, instant creation of style parameters with a choice of colors, docker colors. The tools interact with each other, this achieves quick addiction to the interface, convenience and high speed of work. Does not replace the keyboard where not needed. Does not contain menu trash.

________________________________________________________________________________

  • Program features
    Support for major file formats - html, css, js, php, shtml, txt and any simple text files
    Standardized to be able to edit XHTML
    Support for encodings Windows-1251, UTF-8, KOI8-R, KOI8-U. Converting a page to another encoding with meta tag transformation
    Opening multiple documents in one program
    Search engine and contextual optimization. The tool will show how the page will look in the search engine response, what the search engine will see when indexing, word frequency rating, editing the title, description and keywords, quickly navigating to different google services and Yandex, quick check of TCI and PR, text variation tool, etc.
    Visual tool for creating tables will allow you to select the number of cells and quickly merge cells with the mouse
    Convenient built-in browser based Internet Explorer with additional functions for debugging pages
    The text editor allows you to select color, style, font size visually. Without thinking about tags, you will receive the HTML-code of the text (for beginners, does not replace manual editing)
    Quickly pasting CSS options as a menu and drop-down list will insert various options into the style. Moreover, if the parameter assumes the choice of a color, or a font, or a path to a file, the corresponding tools and dialogs are automatically called
    The visual font creation tool offers many style options and an instant preview of the result. Selecting the background of the view, support for classes, saving settings as font presets, entering text to view the result. Tool generates short or full style and required tags
    Working with color on pages has become more convenient. With lists of the latest colors and all colors in a document, you can easily sustain a page in one color. A color menu is built into all tools that need to work with color. Improved (non-standard) palette specially designed for easy color selection
    Convenient view of page resources with one click on the link - be it a picture, flash movie, external CSS table or another page. It also opens the CSS and pages for editing in a new editor. And support drag-and-drop technologies allows you to insert a picture as a tag or background by simply dropping it from a folder into the editor
    Navigating the document in the form of a hierarchical tag tree will help you navigate to the desired tag. With its help, you can identify errors in the logical structure of the document
    Automatic collection of page classes and external CSS by links. In any tool or place of code where you need a class - just select it from the dropdown list
    The message log will help you to find out and not forget about using the tools in the appropriate situation
    Export of the page and CSS in a compressed form with full preservation of the previous functionality. This clears the document of unnecessary spaces, indents, line breaks, etc.
    Using code snippets. Now a blank can be created from the selection. Especially blanks are in demand when editing an entire site and when finding useful codes when these codes need to be urgently remembered
    Checking the code for gross errors - unknown and unclosed tags, broken and empty links, errors in table construction. Even if you are confident in your knowledge of HTML, the page may not work trivially because of the slip, and it can be quite difficult to find it yourself
    File pane on the left to select files in the current folder
    Link creation with style selection or class creation for four states (common, simple, used, cursor over it).
  • Every web designer and coder needs a good web page editor to create and edit HTML, CSS and JavaScript code. Notepad (Windows) and TextEdit (Mac) are great tools to get you started, but as you gain more experience, you will want to use a more solid and convenient tool.

    There are hundreds of great editors to choose from, but many of them are paid. And if you don't want to violate copyright, and the budget does not have the funds to buy a commercial product? This article explores some great free editors.

    • WYSIWYG editors. it graphic editorthat allow you to build a page layout and set styles visually, as in the well-known word processor MS Word. They are a handy tool for building page designs, although as every seasoned web designer knows, the code will still have to be tweaked to get a great result.
    • Text editors. It is a tool for directly editing HTML and CSS code. Some editors are general purpose and do not have special options to support web code. Others are specialized for using web languages \u200b\u200bsuch as HTML, CSS, JavaScript, and PHP, and have built-in properties for quickly entering HTML tags, CSS properties, and so on. Many of these editors allow you to view a web page in a separate window.

    KompoZer (Windows, Mac, Linux)

    KompoZer is a great choice if you need a visual editor on a tight budget

    Komodo Edit is a good editor, easy to learn yet powerful and extensible

    Although it is a general-purpose editor, it supports HTML and CSS, and has a contextual autocomplete property for HTML tags and CSS properties, as well as a collection of code inserts for various hTML elements... In order to get the most out of Komodo, you need to install the HTML Toolkit extension, which contains wonderful features such as tag auto-close, CSS preview, and a temporary text generator.

    Komodo Edit allows you to view the edited pages in any installed browser, or use the built-in browser in a separate window, so that you can edit and see the result of changes at the same time.

    The editor has a built-in function for uploading files to the site (FTP, FTPS, SFTP, or SCP), and you can also group your files nicely using the project manager option.

    Very useful feature Code\u003e Select Block... It highlights the current main HTML block, such as the currently closed div or ul element. A very convenient function when you need to select an entire section on a page for copying or moving.

    Komodo Edit has so many powerful and useful functionssuch as using regular expressions for find / replace, the ability to execute external commands, and so on. Fortunately, the editor also has a good help system that makes it easy to master the full power of Komodo Edit.

    Aptana Studio (Windows, Mac, Linux)

    Aptana Studio is a complete integrated web application development environment with a wide range of plugins. Although you can only use it as a HTML / CSS / JavaScript code editor

    Notepad ++ is a great replacement for Notepad from Windows. Although it doesn't have the same set of options as other editors, it is great for editing HTML, CSS, JavaScript, and other code files.

    PSPad is another general purpose editor for Windows with a wide range of features useful for HTML and CSS coders

    jEdit is a cross-platform text editor with powerful macro command and plugin features. Install XML plugin if you need to edit web pages

    TextWrangler is a lightweight general purpose editor. Despite the absence special functions for web development, it can be used to work with web pages.

    Vim is definitely tricky to learn, but if you get through it, you will never want to go back!

    The grandfather of text editors for programmers Vim (a direct descendant of the vi editor) is a console text editor with open source... It is installed by the default editor on almost all flavors of Unix, including Linux and Mac OS X. The editor is also available for use on Windows and many other systems.

    Vim is not a system that you can install and start using right away without ever having to deal with it. Most of the editing commands include odd combinations like wq and /. It also has three editing modes: mode insertsin which the text is entered; visual mode for selecting text; and command mode for entering commands. This functionality is a legacy of Unix from the days when there were no windows or a mouse.

    Why did he get on the list? Once you master it, you will be convinced of its speed and power. With a few commands, you can do something in seconds that can take minutes in other editors.

    there are a large number of Vim macros and plugins that make it easy to work with HTML, CSS and JavaScript code, including syntax highlighting, autocompletion, HTML Tidy, and browser preview. Here is a large list of useful links:

    • Vim Omni autocompletion
    • HTML / XHTML editing in Vim
    • home page

    Fraise (Mac)

    Fraise is an intuitive editor for Mac, with enough features for web editing

    Like TextWrangler and gedit, Fraise is a wonderful lightweight editor that's a pleasure to use. It is a fork from the editor. It is relatively new and does not have a proper web server. It is currently only supported on Mac OS X 10.6 (Snow Leopard), that is, if you are using version 10.5 then you will have to download Smultron.

    Fraise has some awesome web editing options:

    • Code highlighting for HTML, CSS, JavaScript, PHP and several other programming languages.
    • Close Tag (Command-T) to close the current tag. This really saves time when entering lists.
    • Convenient preview with built-in browser (using WebKit), with very convenient Live Update option? which refreshes the browser as soon as the markup and CSS has changed on the edited page.
    • Advanced Find option that supports search / replace using regular expressions.
    • Block support for fast input hTML tags and CSS properties.
    • Some handy commands for manipulating text, such as validating HTML and converting characters to HTML elements.

    Fraise is worth exploring if you are using a Mac and need a user-friendly editor with great opportunitiesthan the built-in TextEdit.

    Every web developer needs a convenient tool for creating and editing code, but not everyone is ready to shell out a decent amount for buying the same Adobe Dreamweaver. Moreover, most do not need to use such a range of functionality that this software combine offers.

    Therefore, we have compiled for you a list of the best HTML editors that are distributed under a free license.

    Notepad ++


    An excellent text editor that can be used as a more functional replacement Windows Notepad, and as an editor with layout and web programming languages: HTML, CSS, Java Script, PHP.

    Tabbed browsing, syntax highlighting, encodings, macros, the ability to install additional plugins, code checking and file comparison - these and other features make Notepad ++ a really useful tool for web developers.

    It is worth noting the ease of the distribution and the speed of the program.

    Komodo Edit


    General purpose editor with HTML and CSS support, which is a complete platform that can be extended by installing various add-ons. Highly recommended is the HTML Toolkit, after adding which you will get such features as CSS preview, auto-close tags, HTML 5 support, context-sensitive auto-complete and much more.

    Other interesting features include light and dark color schemes, flexible customization highlighting code, highlighting blocks, connecting to a site via FTP, etc.

    High quality reference system and advanced functionality make Komodo Edit one of best editorsand great alternative paid solutions.

    Aptana


    The main purpose of the program is to work with HTML, CSS and JavaScript, and support for other languages \u200b\u200bis carried out by connecting the appropriate plugins. HTML autocomplete and tooltips are a great bonus for a free editor.

    Aptana partially supports CSS3 and fully HTML5. The distribution kit of the program is quite voluminous, but this is due to its extensive functionality. Such a large number of different functions and settings can scare a beginner, but use the program as simple editor, in principle, no one bothers.

    Alaborn iStyle


    Another well-made tool, the developers of which were able to find a compromise between the usability of the interface, functionality and clarity for the user. The interface is completely Russian, and as a bonus - a well-developed help system.

    Other features this HTML editor offers include:

    • speed of work and lack of demand for resources;
    • a large amount of help information built into the interface;
    • work with several text buffers at the same time;
    • automatic step-by-step wizards to simplify common tasks.

    KompoZer


    If all the above HTML editors were text, then this is the only one that allows you to work in WYSIWYG mode. In addition, it deservedly can be called the best of the free. Moreover, it can work in three modes: text, visual and combined. Thus, providing the necessary capabilities for both beginners and professionals.

    Convenience of working with the code is provided by a convenient interface, built-in CSS editor and support for all HTML elements.

    We did not specifically allocate places in the rating, since each of the listed programs has its own advantages and disadvantages, which can play an important role for one person, and be completely insignificant for another. Therefore, we recommend that you install and try each of the programs in practice in order to draw conclusions for yourself. Moreover, it is completely free.

    There are many ways to create your own website - from using ready-made templates on Narod.ru to applying for an ad like "creating sites in two days from 300 rubles." Even a child can create their own blog or a simple home page. That is why almost everyone can boast of having their own website on the Web. Various services provide anyone with a website builder that in a matter of seconds create a simple personal user page. There are hundreds and hundreds of thousands of such pages on the Internet. As a rule, they are similar to each other and are not remembered. For those who use free online tools to create a personal web page, owning a website is often fun, people create a page and forget about it. Content on it in most cases comes down to the publication of photographs of your dog and a few information "about yourself".

    It's another matter if a person's own website is perceived as a means of communication, such as telephone or mail. Having your own website is useful for any entrepreneur who wants to present their business, a medical practitioner, a lawyer who opens their own consultation, training center, etc. In this case, the page must be original and meaningful, and carry useful information for visitors. To get a site that meets these requirements, free home page generators alone are not enough. However, learning the basics of web programming can take a long time. You can, of course, hire a professional who will make any page according to your desires, but this option has an obvious drawback, so for many it is unacceptable.

    Visual web editors - good way save time on learning web programming and quickly create a website by filling it with all the necessary information. On the one hand, to create a web-project using such a program, you do not need to have special knowledge and be a programmer. On the other hand, these types of apps give room for creativity and ensure that the site doesn't look exactly like thousands of others. At the heart of the work of visual web-editors is the WYSIWYG property - What You See Is What You Get (what you see is what you get). In other words, during editing, web pages look approximately the same as they will be displayed in a browser.

    ⇡ WYSIWYG Web Builder 7.1.0

    • developer: Pablo Software Solutions
    • distribution size: 5.5 MB
    • distribution: shareware
    • russian interface: no

    Web pages created with WYSIWYG Web Builder and other visual editors are composed of separate blocks. This can be text, graphics, flash videos, etc. All the user needs to do is select the necessary blocks and place them in the appropriate places on the page, while the code will be generated by the program automatically.

    If you have no experience in web design, you should start creating your first project in the program with a ready-made template. By default, WYSIWYG Web Builder has about ten templates of different directions, and a few dozen more can be downloaded for free from the official website of the program. After downloading the template, you will be able to edit any of its elements.

    To do this, you can use the numerous tools located on the vertical panel. For convenience, they are divided into categories: navigation (site tree, navigation menu), drawing (line, curve, polygon), multimedia tools (Flash player, YouTube player, Java, OLE object), tools for working with web forms ( a field for inserting a CAPTCHA code, a checkbox, a button for downloading a file, a field for entering text), Paypal (various buttons for working with this electronic payment system), etc. If you do not need any category of funds in your work, you can collapse it, to free up screen space for more in-demand tools.

    It is worth paying attention to the Extra category. Here are collected tools for creating a photo gallery, adding a subscription to news in RSS format, slideshows, site search. You can also find a whole collection of ready-made elements of Javascript code here. These are various visual effects, and such useful tools as determining the current version of the browser, displaying information about the time last change web pages, placing a link to bookmark the page.

    Despite the fact that working in the WYSIWYG Web Builder the user sees the ready-made elements of the page, the site may still look a little different in the browser than in the working window of the editor. To quickly view the appearance of a page in a browser, just press the F5 key. The WYSIWYG Web Builder will open the project in the default browser on the system. If you want to view pages in multiple browsers at once, you can add them to the list.

    Typically, a site template consists of several pages. For convenient project management in the program window there is a special Site Manager panel, where the tree of the site pages is displayed. Using the tools of this panel, you can create new pages based on templates, add pages previously saved on the hard disk, copy existing pages, view their properties, etc.

    In the process of working on a resource consisting of a large number of pages, program tools such as checking links for health, estimating page size, and a sitemap generator in the form of an XML file that will be placed in the root directory of the site may also come in handy. In addition, WYSIWYG Web Builder can help you collect all the images and other multimedia files used on web pages in one place.

    Despite the fact that the WYSIWYG Web Builder itself is a fairly functional editor, you may not find any tool in it. In this case, it's worth taking a look at the extension gallery - maybe the tool you need is available as a plugin. There are more than 250 extensions for the program, and their number is constantly increasing. Extensions are written by active users of the editor and posted on the official forum. It should be borne in mind that you cannot connect extensions to the trial version of WYSIWYG Web Builder, for this the program must be registered.

    ⇡ Web Page Maker 3.21

    • developer: www.webpage-maker.com
    • distribution size: 3.66 Mb
    • distribution: shareware
    • russian interface: no

    Web Page Maker is a fairly simple visual editor that is suitable for creating a small site that includes several pages. With it, you can add text, vector elements, graphic files, video to different formats, tables, web forms and other familiar page elements.

    The program also has ready-made options for such an important element of any site as the navigation menu. Web Page Maker contains various menu options. Having chosen the appropriate one, you can immediately edit it by specifying the orientation (horizontal or vertical), the distance between the elements, the parameters of the text and links.

    Some elements (for example, the same navigation menu) should be located on all pages of the site. When editing any block, you can quickly place it on all pages of the current project, or specify those pages where it should be present.

    The main part of the program window is occupied by the workspace, and on the right is the Site Contents panel. With the help of this panel it is convenient to manage site pages, as well as individual page elements. The Elements tab displays all the blocks on the page, and by clicking on each of them, you can immediately see where it is. In addition, you can immediately call the properties window for each element or delete unnecessary blocks. As for the set of tools for creating a site structure, it is worth noting the possibility of creating new page based on an existing resource on the Internet. Just specify its address, and Web Page Maker will load the page, break it into blocks and make them editable.

    Animation effects can be used to make the site livelier. Examples of ready-made Javascript code can be found in the Web Page Maker library. Using them, you can change the scrolling color of the window, place a clock showing the current time in the corner of the screen, add a slide show, etc.

    When the work on the site is completed, the project can be saved to your hard drive or immediately uploaded to an FTP server. Moreover, an additional client is not needed for this - Web Page Maker has built-in tools for working with FTP.

    ⇡ CoffeeCup Visual Site Designer 6.06

    • developer: CoffeeCup Software
    • distribution size: 17.6 MB
    • distribution: shareware
    • russian interface: no

    The CoffeeCup Visual Site Designer developers are probably guided by the slogan "make money with everything you can make money from" in life. Therefore, you need to keep in mind that buying this visual editor for $ 49, you will not get all the functions that you can count on after purchasing most other similar programs.

    So, the program comes with ten templates, and to download the rest, you are invited to proceed to the developer's site. When you open the corresponding page, you will find that additional templates are paid and sold for $ 9 per piece. Similar "surprises" await the user in the process of working with the application. Click the web form tool button and you will find that you have to pay another $ 39 to work with it, try adding a photo gallery to the site, and you will see that this feature comes at an additional cost.

    The standard version of the program makes it possible to work with text, vector elements, graphics. After selecting a tool, a floating palette with its settings appears on the vertical panel. It remains on the screen until the user changes the instrument. Thanks to this approach, as much space is allocated to the work area.

    Common elements of web pages, such as counters and web forms, can only be created in the program using a tool for inserting custom HTML code.

    When working with vector elements (arrows, polygons, asterisks, leaders, etc.), you can use numerous tools to change their appearance. For example, it is possible to change transparency, add a shadow, make an object three-dimensional, make it glow, or change shape on hover. In addition, you can customize the fill of each object, add a texture.

    The CoffeeCup Visual Site Designer has a built-in FTP client that lets you upload your site to a remote server. If, after loading the site, you decide to make changes to some of its pages, you can use the data synchronization function. In this case, the program will load those pages that have been changed. If necessary, without leaving the CoffeeCup Visual Site Designer, you can even completely remove the site from the server.

    ⇡ WebSite X5 Evolution 8

    • developer: Incomedia
    • distribution size: 15.3 MB
    • distribution: shareware
    • russian interface: yes

    Most visual editors are similar to each other. This has its advantages, because after dealing with one of these programs, you will already feel confident if you later decide to try another. However, if you have never dealt with website creation before, even the simplest visual editor at first can raise many questions, such as: "what should be done first?", "Which tools of the program are basic and which are auxiliary?" etc.

    WebSite X5 Evolution takes a slightly different approach to website creation, so many questions disappear by themselves. The application is built on the principle of a step-by-step wizard, thanks to which a novice user can be sure that he has not missed anything important.

    Despite the fact that the wizard guides you through all the stages of creating a project, the user can, if desired, "jump" through some of the stages, choosing in side menu those actions that he wants to perform at the moment. There are five stages in total.

    The first shows the general settings. So, here the name of the site is entered, the author and language are selected, keywords, Favicon is loaded, the menu type is selected (horizontal or vertical), a suitable template is selected (there are more than a hundred design options in the program library), appearance top and bottom of site pages.

    At the second stage, it is proposed to create a sitemap, that is, to think over its structure. Using the "copy" and "paste" buttons on the toolbar, you can create new pages based on the existing ones. Here you can determine which pages of the resource will be hidden, specify the refresh rate for each page.

    Double-clicking on the name of the page will take you to the next stage of work on the site, and here you can already work directly on its content. By default, the page is divided into four blocks, in each of which you can add an object: text, graphic file, slideshow, table, flash animation, multimedia file, etc. If desired, the number of blocks on the page can be increased or decreased. Having placed an object on the page, you need to define its settings, for example, specify the path to graphic file, type text, etc. All these operations will need to be done for each page.

    In the fourth step, WebSite X5 Evolution will prompt you to specify some additional settings, for example, define the appearance of the introductory page, set parameters for displaying flash ads, add a blog and RSS feed to the site.

    Among the possibilities offered is such an element as the "E-commerce shopping cart". Using it, you can quickly create your own online store. By going to its settings, you can quickly create product categories, define delivery terms, select payment options, insert license agreement, customize the appearance of store items.

    Finally, in the last step, the project is exported. The finished site can be saved to hDD or directly upload to an FTP server. In addition, the program makes it possible to save project files in order to transfer them to another computer. Note that the created project can be saved at any stage in the program's own format.

    Perhaps the only inconvenience when working with WebSite X5 Evolution is the inability to preview pages in a browser. If you want to see how the site will look, you can use the "Test" function, but it takes some time to generate the project. In addition, the program generates pages in its own viewer, created on the Internet Explorer engine.

    ⇡ KompoZer 0.7.10

    • developer: Fabien Cazenave
    • distribution size: 7.9 MB
    • distribution: free
    • russian interface: yes

    KompoZer is a free open source visual web editor. The program is available not only for Windows but also for Mac and Linux. The editor is created on the Gecko engine, which runs the well-known Firefox browser. This has several advantages: first, the engine perfectly supports modern web standards such as XML, CSS and JavaScript. Second, the Gecko-based editor can be extended with plugins.

    Perhaps the first add-on you want to install will be the Russian localization package. It is installed in much the same way as plug-ins for Firefox are installed: in the Tools menu, select the Extensions command, and then specify the path to the downloaded localization file with the .xpi extension. After installing the plugin, you will need to reboot the program, after which the interface will become Russian.

    An FTP client is integrated into the program, moreover, it can be used not only to download a finished project, but also to quickly edit pages of a site already hosted on the server. After specifying the login information for the server, you can navigate the directory tree and select pages for editing. Their content will be loaded in the KompoZer window and can be edited on the fly.

    KompoZer makes it possible to simultaneously work with several pages. Each of them opens in a separate tab, between which you can quickly switch. Each page has its own undo and redo history. By looking at the icon in the header of a tab, you can immediately determine if there have been changes to the page content that have not yet been saved.

    Despite the fact that KompoZer generates the code of the web pages on its own, you can view it and make some changes if necessary. At the bottom of each page there are tabs with which you can switch between the visual display of the page and the display of the code.

    By default, the most frequently used tools are placed on the program toolbar: adding a hyperlink, inserting an image, tables, tools for creating web forms, etc. If you want, you can change the appearance of this panel (for example, by making the icons smaller), and also add some other tools to it.

    In general, despite the fact that KompoZer is a visual web editor, it is designed for users who already have some experience in creating sites. You won't find ready-made templates and examples of navigation menus in it, but it does have a powerful CSS editor integrated into the program, there are tools for checking HTML-code and for checking spelling.

    ⇡ BestAddress HTML Editor 17

    • developer: Multimedia Australia
    • distribution size: 7.1 MB
    • distribution: shareware
    • russian interface: no

    When a user decides to explore an area, for example, computer graphics, video editing or programming, he often asks more experienced comrades - with which program is it better to start mastering a new craft. In some cases, it is really better to use simple tools first, and then, after understanding their capabilities, move on to more advanced editors. As for BestAddress HTML Editor 2010 Professional, we can say that this program has every chance of becoming the first and last tool for the novice web developer.

    Working in the mode of visual construction of a web page resembles working with a designer - you can independently set the size and color of elements, place buttons, graphics, menus and other components of the site at your discretion. Convenient formatting, almost like in a text editor, can be used to control the position of any page elements. You will not find templates in BestAddress HTML Editor 2010 Professional, but you can download a web page located at the specified address. After opening the page in the program, you can then edit it.

    The editor can automatically upload the project to the server - for this the program uses the supplied FTP-client Digital FTP Access.

    BestAddress HTML Editor 2010 Professional also includes professional coding tools. Newbies who want to understand how HTML, CSS, Java and PHP code work and write can refer to the documentation. It outlines the most important rules for writing code, such as - assigning tags, examples of the simplest operations, etc. Simple and straightforward lessons give a quick idea of hTML structure and bring the newbie up to date.

    ⇡ Conclusion

    The programs described in this review allow you to quickly create your site and place it on the Internet. It should be remembered, however, that all these applications are just tools in the hands of the user. Whether the site will attract the attention of visitors, whether it will become an additional component of business success, depends solely on the author's imagination and on his desire to improve what he started. And, of course, in order for the site to justify the hopes placed, your undertaking should be accompanied by good luck, which is what we wish everyone!

    Most professional designers and web programmers use advanced WYSIWYG editors like DreamWeaver. Only a small fraction of them use simple text editors, feeling a kind of arcane magic in this.

    Simple HTML text editors are well suited for those programmers who feel comfortable and enjoy working with clean HTML code. But, for most users, this is not entirely suitable. They want editors that can quickly and easily get a WYSIWYG web page.

    Free HTML Editors Review

    It doesn't matter whether it is code oriented or WYSIWYG, the ideal HTML editor should check the code for consistency hTML standards, have your own FTP client, allow you to view the web page in different browsers, provide support for meta tags, support basic tools for working with images. And with all this, stay free.

    WYSIWYG HTML editors

    Let's take a look at a few WYSIWYG editors.

    Amaya

    Full compliance with standards
    Some features are not easy for beginners to learn

    Quick Pick Guide - HTML Text Editors (download)

    NetBeans

    Good CSS support including style refactoring. Checking tags. Syntax highlighting customization. Code review. Automatic indentation. Fast and powerful. GUI customization. Working with PHP. Export settings. Good support. A lot of documentation. Cross-platform.
    At first glance, a rather cumbersome editor

    HTML-Kit 292

    The customization possibilities are endless
    For advanced users

    Aptana studio

    Complete IDE. Lots of plugins.
    Mainly focused on AJAX application development. May be a little scary for newbies.