+ 1
If i created a website using html , css and JavaScript then how will i upload it on the web ?
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.
+ 2
ty
+ 1
thanks đ for answering
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.