Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
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]] | * [[DOM Controls that do things]] | ||
</div> | </div> |
Revision as of 21:10, 5 September 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!';