Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Tag: Manual revert |
|||
Line 15: | Line 15: | ||
* [[DOM Content from lists]] | * [[DOM Content from lists]] | ||
* [[DOM Controls that do things]] | * [[DOM Controls that do things]] | ||
</div> | |||
<div> | |||
Quiz | |||
* [[Quiz - HTML]] | |||
</div> | </div> | ||
</div> | </div> |
Revision as of 19:56, 6 September 2021
Drawing images
Manipulating DOM
Quiz
Hello World
Hello World
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';