+ 4

How do I put the webpage that I created on the web?

guys I dont know what should I do to put the page I created using HTML and CSS on the net?! any help?

4th Jun 2018, 11:21 AM
Amin
Amin - avatar
6 Answers
+ 3
You'll want to obtain some sort of server to host the files. There are various free web hosting companies, but they typically force you to use their subdomain (example: marjin.freehosting.com) and may be limited on what they allow you to do on their server. If you're in a position to do so, I recommend getting your own server, installing apache on it, and then setting everything up on your box yourself. In either situation, you may find yourself wanting your own domain name, so you'll want to obtain one from a registry. You can get one for a year for only $1 from GoDaddy. Once you have that, you'll want to set up all the routing records on it so that it directs to your server where your site is hosted. Typically, DNS updating is pretty quick these days, but expect 24-48 hours for it to update. As far as IDEs go, I use Sublime Text 3, Brackets, or WebMatrix 3 when I'm working with web stuff. As far as expanding your knowledge of it all, I'd recommend you learn Javascript next, followed by jQuery, SQL,
7th Jun 2018, 8:20 PM
Daniel Cooper
Daniel Cooper - avatar
+ 2
You have to buy a domain name and then get a server to host it. Good question.
4th Jun 2018, 12:12 PM
Fabio Rocha
Fabio Rocha - avatar
+ 2
You can host web pages for free on www.bitballoon.com. But you have to include bitballoon in domains name. Otherwise you have to pay and get a domain.
7th Jun 2018, 1:14 PM
Seniru
Seniru - avatar
+ 1
copied this from someone else
7th Jun 2018, 8:21 PM
Daniel Cooper
Daniel Cooper - avatar
0
thank you
8th Jun 2018, 8:29 AM
Amin
Amin - avatar
0
You're welcome.
8th Jun 2018, 8:42 AM
Daniel Cooper
Daniel Cooper - avatar