+ 3
Im very new in writing codes by am very interested in the subject....where do I start?
7 Antworten
+ 7
If you are into web developing, then HTML is probably the first thing you should learn. The question is are you more of a front-end or a back-end web developer?
Front-end web developers basically create all the user interfaces, designs of the website and to make the website fully interactive. HTML, CSS, JS and other frameworks like Bootstrap and jQuery play a huge role in this one.
Back-end web developers basically create server-side stuff like user authentication, preventing SQL injections or other hacking attempts. For this one, you should master PHP, SQL, or other JS frameworks like Node.js and AJAX.
P.S. I'm into back-end for some reason.
+ 4
html > css > javascript > php
+ 3
i must save a canned response also 😆
+ 1
I mean same as cheeze
0
I would recommend HTML as well cuz its not so much complicated which you get in coding
0
html > css > javascript > ((php || python) > mysql) && jquery
0
I have learnt html5 I was told its more modern...what about the other older versions do I need to study them as well.