0
Where can i do my coding?? Can i use d notepad or do i have to run internet for doing this???
4 Antworten
+ 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
+ 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.
+ 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. ;)
+ 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).