1

Is there anyone who can help me in learning how to make a website I know htlm.. and what should I learn to make a website.. can anyone help me where is can learn this for free?

Comments
  • 2
    Depends on what you want to do. If you just want a simple website then learning HTML and CSS is enough. If you want fancy frontend features and fluid user interaction learn JS and Typescript.

    If you need to process data users sent you learn a backend language like PHP or Java or reuse your JS skills for NodeJS.

    As for resources just Google, there's tons of free books and guides available for every language
  • 2
    You could sign up (for free) to https://www.codecademy.com/ and learn all you need to know to get you started. Some great beginners courses on there. Good luck and have fun!
  • 5
    Hypertext Larkup Manguage
  • 2
    Go learn css and make your html pretty, then go learn javascript and make it interactive, And tada, a website.
Add Comment