0
How do I write JavaScript code to flow with my HTML tag? like CSS where you point to where you want to style, how do I arange js
Unlike CSS that you can choose where you want to style, how do I write JavaScript code to comply with a particular section or part of an HTML tag
2 Respuestas
+ 2
If you finish the Javascript course, your question would have been answered. At least get through the DOM section. Then if you need further more specific help with your code then feel free to ask.
+ 2
https://youtu.be/wKBu_dEaF9E
Watch this video, it tells you how to manipulate DOM using javascript.