+ 3
How can i make websites
What can i use
3 Answers
+ 1
When making websites you want to go for web development languages such as the combination of Javascript,Css,Html(All 3 are needed to operate a website), C#,Ruby and more. These languages arent just limited to web development but it is one of there included functionalities.
+ 1
You need to at least learn to code in HTML. However, HTML will only describe the structure of your website. You would therefore also need to learn CSS for the design of HTML elements like change the font family of a paragraph. Then you would need JavaScript to let your website interact with client (pressing a button, dragging items etc).
PHP and MySQL would also sometimes be used if your website stores data of users such as username and password.
+ 1
Tnxs very much