How to make a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make a website?

I'm a beginner programmer and I need to know how to create a website. I already know HTML, CSS and JavaScript. Do I need to know any other lenguage? How do a I create it?

29th Dec 2016, 5:00 PM
Grzegorz Brejczak
Grzegorz Brejczak - avatar
1 Answer
+ 1
Even though you could in theory make a functional web app with just that, you will later on find yourself requiring a database to store information. Also, you should explore the different web arquitechtures that are being used (like MVC). I would recommend you to look for any framework that can help you build the arquitechture of your app, as it speeds a lot the process. I personally use Ruby on Rails, but there is a ton of other options regarding any other language!
30th Dec 2016, 5:40 AM
Alejandro Aristizabal
Alejandro Aristizabal - avatar