Where are you going to write code? You write code in an editor! An editor is simply a program that can read your code, and save it. For example, you may write HTML in an editor, save it as a .html
file, and then open it up in your web browser (such as Google Chrome), and see your creation. Click on the resources button below for a ton of cool editors that are most commonly used!
There are also online editors such as JSFiddle that you can use – but they are mainly for testing code, sharing pieces of code or to teach you coding. They are not used for large projects really – but you’ll definitely find them useful. Some tutorial websites like Codecademy use their own online editors to help teach you.