Which platform do I use to write my code after the code academy courses?
Hi,
I was just wondering where do I actually write my code when I finish all the courses in Code cademy? I mean do I use a specific platform that is useful, or I just type them in a text file and save them as .html ? If the text file is the case, how can I input Identation on the code ?
Many thanks
Answer 55b52a479376761d340001b1
You can use any text-editor, but there are text-editors (and IDE) which are designed for coding, a couple of examples: netbeans, brackets, atom, sublime-text, notepad++, phpstorm, and many more
just make sure you enter a .html file name, and on the field below select: save as type: all files (*.*)
assuming you are on a windows machine
Does this answer your question?
Answer 55b6878cd3292f70190005fb
Yes, you were really helpful!
Thank you stetim94
Answer 55b6940b76b8feed59000221
No at the moment I don’t have any. But probably will have as I progress :) Thanks !
1 comments

just post here, i will get notification, and i will see what i can do to answer
3 comments
you’re welcome, any more questions?
Hey stetim94, when I made a website and saved it as .html does the title tag make the address? Oh, and how do I make it a .com
no, the title will show up in the tab. .com domains are usually paid, sure you don’t want a free domain first? go find a server (2freehosting for example), get a domain, and upload your files there. Local html files you make are only accessible from your own computer. Or you need to configure your computer as webserver, which i do not recommend