0
Html css and javascript
I am trying to learn html css and java but im having trouble what should i learn
3 Respuestas
+ 2
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.
0
html and css are very different from other programming languages.
I suggest you start from javascript or Python.
0
I think a beginner shouldn't be worried about back-end or front-end. My thought and experience is to just code, but in something simple to start. I started with html and css, then did a little visual basic with visual studio, only after I mastered html and css, and then I was more experienced to help make a choice.