Editors

Rather than using a generic text editor such as Notepadto code a website, however, a serious web developer should use a more sophisticated code editor. Among various benefits, a code editor:

  1. checks the syntax of your code as you type
  2. suggests words to speed up your typing
  3. makes your code readable by coloring it with different colors
  4. displays the contents of multiple files at the same time by splitting the screen
  5. beautifies your code with automatic indentation to different levels