HTML Editors
An HTML editor is a program for editing HTML, the markup of a web page.
Although the HTML
markup in a web page can be controlled with any text editor, specialized HTML editors can offer
convenience and added functionality. For example, many HTML editors handle not only HTML, but
also related technologies such as CSS, XML and JavaScript. In some cases they also manage
communication with remote web servers via FTP..., and version control systems such as Subversion
or Git. Many word processing, graphic design and page layout programs that are not dedicated to
web design, such as Microsoft Word or Quark XPress, also have the ability to function as HTML
editors.
* The very basic HTML editor available on Windows is:
1. Notepad
2. Microsoft visual studio code
*The very basic HTML editor available on Ubuntu is:
1. VI
2. Atom