+ 9
How DOM works in js and html
What is the difference .....?
4 Respuestas
+ 7
This lessons is quite explanatory go through this one
https://stackoverflow.com/questions/2726554/what-is-the-difference-between-javascript-and-dom
https://www.sololearn.com/learn/jQuery/2825/?ref=app
+ 3
document.getElementById("myP").innerHTML = "Hello Dolly.";
document.getElementById("myDIV").innerHTML = "How are you?";
+ 3
Thanks guys 😎