+ 3
What else do I need to do?
Hi everyone, I need some advice. I’ve done the HTML, CSS, and JS courses. I want to develop websites but I don’t know what else I would need. I read that you need to know PHP when working with contact forms. Is this true? And what else should I learn? Thanks guy!
3 ответов
+ 2
I believe you have enough knowledge to build a web project. My recommendation for you is to start with a front-end project, to which you should be more than ready, start small and grow from there, and after a point, then learn PHP to handle the back-end. Good luck Byron.
+ 1
Create a web project to begin with. Start small. As you are doing it you will find that you. want to include things that you may bot already know how to. Then you google what you want and learn from there.
If you want another free resource for web development go to https://www.w3schools.com where you will find other web stuff to learn
0
HTML, JS, CSS
those are client-side, so your web project will be static, you need to learn a server-side languages (e.g: php, asp), to make it dynamic (of course you must use a RDBMS "oracle, sqlserver, mysql, … etc")
also you may need to learn jquery.