Difference between revisions of "Main Page"

From ProgZoo
Jump to navigation Jump to search
Tag: Reverted
Tag: Manual revert
Line 12: Line 12:
Manipulating DOM
Manipulating DOM
* [[DOM Creating content]]
* [[DOM Creating content]]
* [[DOM working with data]]
* [[DOM Working with data]]
* [[DOM content from lists]]
* [[DOM Content from lists]]
* [[DOM Controls that do things]]
* [[DOM Controls that do things]]
</div>
</div>

Revision as of 22:10, 5 September 2021

Hello World

Hello World

document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';