Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
Manipulating DOM | Manipulating DOM | ||
* [[DOM Creating content]] | * [[DOM Creating content]] | ||
* [[DOM Changing elements]] | |||
* [[DOM Working with data]] | * [[DOM Working with data]] | ||
* [[DOM Content from lists]] | * [[DOM Content from lists]] |
Revision as of 06:55, 7 September 2021
Drawing images
Manipulating DOM
Quiz
1) Hello World
Hello World
Input
xxxxxxxxxx
document.body.innerHTML = 'Hellow orld';
Output
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';