If I've learned html and CSS, how can I create a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

If I've learned html and CSS, how can I create a website

7th Jun 2018, 7:56 PM
marijn V
marijn V - avatar
2 Answers
+ 5
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, PHP, NodeJS, React, Angular, etc...
7th Jun 2018, 8:08 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
Thx
7th Jun 2018, 8:12 PM
marijn V
marijn V - avatar