Choosing A Text Editor

A text editor is a piece of software that you download and install on
your computer, or you access online through your web browser, that
allows you to write and manage text, especially the text that you write
to build a web site. The text editor has to be one of the most
important tools you can use as an aspiring web developer.

Here are some common ext editors

  • Visual Studio Code
  • Atom
  • The Command Line

    A command line, or terminal, is a text based interface to the system.
    You are able to enter commands by typing them on the keyboard and feedback
    will be given to you similarly as text.
    The command line typically presents you with a prompt. As you type, it will
    be displayed after the prompt. Most of the time you will be issuing commands.

    Opening a terminal