+ 2
How much HTML/CSS do I need to know if I wanna learn JS? Assuming I wanna be a front end web developer.
If I want to be a front end web developer with JS, how much HTML/CSS do you guys think I would need to know?
2 Respuestas
+ 5
Honestly, all you would need to know is the basics for HTML and CSS as they both don't really have that big an impact on your JavaScript. The only time that they would interact is with the DOM and changing or editing certain elements in the HTML.
What I would recommend is just to go through both tutorials for HTML and CSS before moving on to JavaScript, so at least you have a pretty good understanding of designing a website.
+ 5
For any kind of website related works:
1.HTML
2.CSS
3.Javascript
knowledge on the above three is required as basic.