0
is notepad++ better for html or will just notepad do the trick?
9 Respuestas
+ 3
@Jamie
Exactly. That's why I have my preferences as well; gotta love syntax highlighting and prediction.
+ 1
Notepad++ is definitely better than Notepad in every way, especially if you're going to be using it for programming.
You may want to give Brackets or WebMatrix 3 a shot also, both are free. I've found both of those to be infinitely better for working on websites than anything else.
Hope that helps.
+ 1
ok thanks everyone for the suggestions!
+ 1
why not atom or visual studio code? both free and feature rich.
+ 1
You can even try Brackets and Sublime Text
😊😊
0
I've used notepad for years with HTML. it absolutely does the trick, but notepad++ is probably the better option.. So to answer your questions, yes and yes
0
ok and btw I'm trying to place some css with the html in notepad++. How do I get the css to run along with the html? I already have link rel, type and href.
0
or do I have to create a new file for css and point it to the html and then just run the css which I would think run the html as well?