+ 9
How DOM works in js and html
What is the difference .....?
4 Answers
+ 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 đ