Difference between revisions of "Main Page"

From ProgZoo
Jump to navigation Jump to search
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Hello World, JavaScript==
<div class=tut-nav>
<div>
Drawing images
* [[Flags with Rectangles]]
* [[Flags with Lines]]
* [[Flags with Polygons]]
* [[Flags with Stars]]
* [[Flags with Repeats]]
* [[Flags with Methods]]
</div>
<div>
Manipulating DOM
* [[DOM Creating content]]
* [[DOM Changing elements]]
* [[DOM Working with data]]
* [[DOM Content from lists]]
* [[DOM Controls that do things]]
* [[DOM Controls from data]]
</div>
<div>
Quiz
* [[Quiz - HTML]]
* [[Assessment2021 09Easy]]
* [[Assessment2021 09Medium]]
* [[Assessment2021 09Hard]]
</div>
<div>
Video Lessons
* [[Buy and set up a server]]
</div>
<div>
Data
* [[File:flags.zip]]
* [[File:worldl.json]]
* [[File:zodiac.json]]
</div>
</div>
==Hello World==
<div class='qu'>
<div class='qu'>
What is 6 times 7?
Hello World
<pre class='usr'>
<pre class='usr'>
alert(6 * 8);
document.body.innerHTML = 'Hellow orld';
</pre>
</pre>
<pre class='ans'>
<pre class='ans'>
alert(6 * 7);
document.body.innerHTML = 'Hello world!';
</pre>
</pre>
</div>
</div>
<pre id='shellbody' data-qtp='DOM'></pre>

Revision as of 17:02, 16 September 2021