Difference between revisions of "Main Page"

From ProgZoo
Jump to navigation Jump to search
Line 1: Line 1:
<div class=tut-nav>
<div>
Drawing images
Drawing images
* [[Flags with Rectangles]]
* [[Flags with Rectangles]]
Line 6: Line 8:
* [[Flags with Repeats]]
* [[Flags with Repeats]]
* [[Flags with Methods]]
* [[Flags with Methods]]
 
</div>
<div>
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]]
 
</div>
</div>
==Hello World==
==Hello World==
<div class='qu'>
<div class='qu'>

Revision as of 12:03, 28 August 2021

Hello World

Hello World

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