+ 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?

2nd Apr 2017, 2:47 PM
Noah Padilla
Noah Padilla - avatar
7 Answers
+ 10
you can write your code on notepad on your computer and when you finish save your code as .html or htm .
3rd Apr 2017, 10:03 PM
Shehab Amr
Shehab Amr - avatar
+ 9
@Sachin Artani he want to find alternative for dreamweaver.
2nd Apr 2017, 2:54 PM
Agus Mei
Agus Mei - avatar
+ 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.
2nd Apr 2017, 2:49 PM
Sachin Artani
Sachin Artani - avatar
+ 8
use notepad ++ or follow one of this thread https://www.sololearn.com/discuss/286399/?ref=app
2nd Apr 2017, 2:51 PM
Agus Mei
Agus Mei - avatar
+ 8
@Agus, 😅 @Noah, ANY text editor can be used to write HTML codes whether it's notepad, notepad++, brackets, codeblocks etc.
2nd Apr 2017, 3:18 PM
Sachin Artani
Sachin Artani - avatar
+ 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.
2nd Apr 2017, 3:05 PM
CrAzYz_
CrAzYz_ - avatar
+ 3
you can use online resources like codepen, jsfiddle and w3schools. you will be able to see the output in realtime
3rd Apr 2017, 12:05 PM
Naeem Rind
Naeem Rind - avatar