Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
N0ps1195yDepends 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 -
feynman7835yYou 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!
-
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? -
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. -
C0D4681465yGo learn css and make your html pretty, then go learn javascript and make it interactive, And tada, a website.
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?
question