Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
* [[DOM Content from lists]] | * [[DOM Content from lists]] | ||
* [[DOM Controls that do things]] | * [[DOM Controls that do things]] | ||
* [[DOM Controls from data]] | |||
</div> | </div> | ||
<div> | <div> |
Revision as of 19:28, 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!';