+ 2
Where can you write html to create a website?
I don't know where to apply this but I know how to do the basics. I know you could use dreamweaver but if you don't have that software well then?
7 Answers
+ 10
you can write your code on notepad on your computer and when you finish save your code as .html or htm .
+ 9
@Sachin Artani
he want to find alternative for dreamweaver.
+ 8
You can upload your HTML file to any hosted space. Website is what? It's collection of web pages , developed in HTML,PHP,asp.net etc.
You can upload your html files onto the server and use them over the Internet.
+ 8
use notepad ++
or follow one of this thread
https://www.sololearn.com/discuss/286399/?ref=app
+ 8
@Agus, đ
@Noah,
ANY text editor can be used to write HTML codes whether it's notepad, notepad++, brackets, codeblocks etc.
+ 3
You could use any text based editor to create HTML websites. Honestly though, just have a search for Code Editing applications like, Notepad++, Sublime Text, Atom, Brackets. All these work like a charm for HTML as it doesnt produce errors externally like how the other languages like, Python, Perl does.
+ 3
you can use online resources like
codepen, jsfiddle and w3schools.
you will be able to see the output in realtime