0
How to create a website for some information
How to create a website for some information
1 Resposta
+ 5
Not sure what you mean with "website for some information", but to make website - you need html and css, for some simple website this is enought.
But if you wanna make website react to user action, you need javascript also.
If your website need to store user data, like email, password...
You need also database and backand language.
So minimum is
HTML - structure of page
CSS - style
Also there is a way to make site without coding or with little coding, you can look on internet for it if you are interested to make something fast, coding take some time to be learned.