What are the softwares required to run html in laptop, other than notepad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the softwares required to run html in laptop, other than notepad?

9th Jun 2019, 8:11 AM
Rituporna Dowerah
Rituporna Dowerah - avatar
13 Answers
+ 2
The only thing you need is to be able to save .html .css or .js files. That's why they told us that "only note pad does the trick". Other options for development (they are a great tools for learning) are text editors. They give us the capability to save/create files with the mentioned extensions. Some options include: Sublime text 3. A light but powerful text editor. It's free and provide us with many things to make the coding easy. Visual Studio Code. Microsoft's free text editor. It has a good support and many other things. Looks more professional yet is free. Jetbrains WebStorm. It is a JavaScript IDE, we can choose between the free version or the paid one. Many people says that it is the best IDE for web development. The choice is yours. Remember: you only need to be able to save files with specific extension but a little help doesn't hurt anyone. Do a little research on each one, start with something you like in order to enjoy your path. Happy coding!
9th Jun 2019, 10:44 PM
Jonas
Jonas - avatar
+ 10
I am using brackets. It's good
10th Jun 2019, 4:38 AM
Manoj
Manoj - avatar
+ 5
You just need to make .html or .htm file!
9th Jun 2019, 10:16 AM
CodeFu
CodeFu - avatar
+ 3
A browser is enough to execute html files
10th Jun 2019, 6:56 PM
sree harsha
sree harsha - avatar
+ 2
Rituporna Dowerah I wonder where did you learn that you need notepad for editing html? You should not use text editor like notepad to do any coding. Go to install a code editor, Visual Studio Code is one of the best code editor for web development.
9th Jun 2019, 9:16 AM
Calviղ
Calviղ - avatar
+ 2
Calviղ well actually one can use notepad while one is in learning phase.
9th Jun 2019, 9:44 AM
Rituporna Dowerah
Rituporna Dowerah - avatar
+ 2
notepad++
9th Jun 2019, 11:14 PM
Logomonic Learning
Logomonic Learning - avatar
+ 2
Calviղ Actually I never used an IDE for web development. I really just used notepad++ occasionally because it's nice. Lol
10th Jun 2019, 1:55 AM
Daniel Cooper
+ 2
Daniel Cooper We do not use IDE for web development, since we do not need any code compilers to compile web codes. And IDE maybe a bit complicated for beginners. However code editor like Visual Studio Code is good enough for code editing and it's easy to use, I just do not understand why beginners reluctant to use it. Lol.
10th Jun 2019, 2:23 AM
Calviղ
Calviղ - avatar
+ 2
If you didn't fell better with notepad then try Notepad ++ and first of all choose languages of coding...and after that start coding. It would be better for you...
10th Jun 2019, 2:59 AM
Dedseć
Dedseć - avatar
+ 1
Rituporna Dowerah Using notepad would only make you learn slower. I am a web developer, i know what's good especially for beginners, anyway it's totally up to use if you want to continue use notepad.
9th Jun 2019, 11:23 AM
Calviղ
Calviղ - avatar
+ 1
Jonas Thank you!
10th Jun 2019, 2:00 AM
Rituporna Dowerah
Rituporna Dowerah - avatar
+ 1
Any note editor and an updated browser
12th Jun 2019, 11:34 PM
Abdulmumin Alhassan
Abdulmumin Alhassan - avatar