HTML editor: Difference between revisions

Content deleted Content added
m Reverted edit by 2A02:27B0:5306:92D0:C464:3BCC:9F34:7D2B (talk) to last version by WikiCleanerBot
mNo edit summary
Line 7:
{{Use dmy dates|date=December 2021}}
 
An '''HTML editor''' is a program used 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, added functionality, and organisation. For example, many HTML editors handle not only HTML, but also related technologies such as CSS, XML and [[JavaScript]] , or ECMAScript. In some cases, they also manage communication with remote web servers via FTP and WebDAV, 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.
 
 
 
== Text editors ==
[[Text editors]] intended for use with HTML usually provide at least [[syntax highlighting]]. Some editors additionally feature [[template (file format)|templates]], [[toolbar]]s , and [[keyboard shortcut]]s to quickly insert common [[HTML element]]s and structures. [[Wizard (software)|Wizards]], [[tooltip]] prompts, and [[Autocomplete|autocompletion]] may help with common tasks.
 
Text editors commonly used for HTML typically include either built-in functions or integration with external tools for such tasks as [[version control]], link-checking and [[Validator|validation]], [[HTML Tidy|code cleanup and formatting]], spell-checking, uploading by FTP or WebDAV, and structuring as a project. Some functions, such as link checking or validation may use [[web app|online tools]], requiring a network connection.