Where can i do my coding?? Can i use d notepad or do i have to run internet for doing this??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where can i do my coding?? Can i use d notepad or do i have to run internet for doing this???

26th Apr 2017, 12:43 PM
nandanipratap
4 Answers
+ 11
Nah. Any text editor is fine. Notepad should be enough. Just make sure you declare the doctype as html and also save it with .html extension
26th Apr 2017, 12:49 PM
Pixie
Pixie - avatar
+ 5
It depends of what you need. If you want to practice your skills, test some new ideas and get some feedback from a great community of coders, use the CodePlayground here in SoloLearn. You will not have to install anything else in your computer and you can code even from your tablet or cell phone. If you want to develop something more privately (like a web page for a client) or something more professional (with access to a Database), you will need a text editor (any will do but some will ease your work, like Notepad++, sublime text, Emacs or Vim) and probable a Wamp or Lamp server to test your code, specially if you need to test some server-side PHP or database connection.
26th Apr 2017, 1:13 PM
Nelson Urbina
Nelson Urbina - avatar
+ 4
You can use a notepad to code, the only difference is that you might not know where you made syntax errors but if you're like me then you'll know where you went wrong and find them easily. All my codes were coded using a notepad, check them out when you have the time. ;)
26th Apr 2017, 12:51 PM
Ghauth Christians
Ghauth Christians - avatar
+ 2
you need a text editor (notepad, notepad++) and a browser. You writte your code in notepad and save as index.html , then you open the file with your browser (right click on file open with chrome,Mozilla).
26th Apr 2017, 12:53 PM
Claudiu Cirtina
Claudiu Cirtina - avatar