MENU
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:
- checks the syntax of your code as you type
- suggests words to speed up your typing
- makes your code readable by coloring it with different colors
- displays the contents of multiple files at the same time by splitting the screen
- beautifies your code with automatic indentation to different levels