How do I develop a website or blog from scratch using html code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I develop a website or blog from scratch using html code

I have completed a course on html but I don't quite understand how to upload my script on the internet? please I need assistance

1st Oct 2018, 3:48 PM
wizHÆVÊN§
wizHÆVÊN§ - avatar
5 Answers
+ 3
You'll need a web server running a HTTP distribution such as Apache or NGINX. If you're learning and looking to test things as they develop you can use a local solution, such as XAMPP. Even simpler, if you're writing your html to a .html file, then you could just open it with your browser. However, getting your website online will take some looking around for what suits you. Some services offer free web hosting (albiet very limited ability). Most will cost. Currently I use Digitalocean. Cheapest options are about $5/month. I recommend taking a look at the CSS course too if you're building it from scratch - to make your HTML look pretty.
1st Oct 2018, 4:14 PM
Voxel
Voxel - avatar
+ 2
Use githubs hosting for your first website. They allow one free website on their servers per account and you can practice deployments, versioning, and git while also building a public repository of your code for a portfolio. https://pages.github.com
2nd Oct 2018, 7:03 AM
Kyle May
Kyle May - avatar
+ 1
GitHub is your friend https://github.com
2nd Oct 2018, 3:06 PM
Potato Hacker
Potato Hacker - avatar
0
if am writing an html to a .html file and then open it with my browser, will other people be able to view it online?
1st Oct 2018, 9:18 PM
wizHÆVÊN§
wizHÆVÊN§ - avatar
0
only if you deploy it to a server. If your website isn't indexed and crawled by a search engine, then it won't be discoverable, but people with the url will be able to view the deployed files.
1st Oct 2018, 10:31 PM
Janning⭐
Janning⭐ - avatar