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 | * [[DOM Working with data]] | ||
* [[DOM | * [[DOM Content from lists]] | ||
* [[DOM Controls that do things]] | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 00:28, 30 August 2021
Drawing images
1) Hello World
Hello World
Input
xxxxxxxxxx
document.body.innerHTML = 'Hellow orld';
Output
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';