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
  • 3
    You can literally get hosting accounts for approx $3 USD a month. So if you have any budget you do that. Then you could use their web installers to install different things for you on the hosting account. Then you can write plugins, look at the source code, etc. You could also create any number of subdomains. Oh, you will want a domain and those are going for $1 for an xyz for first year.

    If you don't have a budget you will can just download lamp or wamp and play with them on your desktop/lappy. lamp and wamp are still a thing right?
  • 2
    Also, steer clear of any webhost whose parent company is EIG or affiliated with their services. I got burned by them. I learned that they acquire hosting companies and ruin their services. You can do your own research on this.

    For hosting I use: crocweb. They have treated me well. For domains I use namesilo. You can do your own research on them.
  • 3
    Go learn css and make your html pretty, then go learn javascript and make it interactive, And tada, a website.
Add Comment