If i created a website using html , css and JavaScript then how will i upload it on the web ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

If i created a website using html , css and JavaScript then how will i upload it on the web ?

18th Mar 2017, 6:50 AM
Aditya
Aditya - avatar
4 Answers
+ 6
for starters search for a free hoster. they offer very little space for your projects and put advertisements on your site, but they don't cost you money. this way you can practice ftp uploads and show your site to the world. when you're satisfied with it, you can move to a paid hoster with more space, more databases, your own domain and email server.
18th Mar 2017, 7:48 AM
Mario L.
Mario L. - avatar
+ 2
ty
25th Mar 2017, 6:38 AM
Umut Dalkılıç
Umut Dalkılıç - avatar
+ 1
thanks 😊 for answering
18th Mar 2017, 7:55 AM
Aditya
Aditya - avatar
0
You need a server and a web server like apache. There are programs like xamp, wamp, mamp that include apache, mysql, phpmyadmin. The difference of these program is OS xamp for linux, wamp for window and mamp for mac. Then you upload your files to the server and you can access your website with ip of the server. You can install those programs on your computer but it is a localhost with mean only you can access it. If you want your website to have a domain name like www.mywebsite.com then you need to register domain name and point your domain to servername of your server.
18th Mar 2017, 7:12 AM
Star o Moon
Star o Moon - avatar