Difference between revisions of "Main Page"

From ProgZoo
Jump to navigation Jump to search
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class=tut-nav>
<div>
Manipulating DOM
* [[DOM Creating content]]
* [[DOM div in div]]
* [[DOM Changing elements]]
* [[DOM Working with data]]
* [[DOM Content from lists]]
* [[DOM Controls that do things]]
</div>
<div>
Useful patterns
* [[DOM Common Logic]]
* [[DOM Shopping]]
* [[DOM Calendar]]
* [[World Factbook]]
* [[DOM Options]]
</div>
<div>
Drawing images
* [[Flags with Rectangles]]
* [[Flags with Lines]]
* [[Flags with Polygons]]
* [[Flags with Stars]]
* [[Flags with Repeats]]
* [[Flags with Methods]]
</div>
<div>
Drawing images
Drawing images
* [[Flags with Rectangles]]
* [[Flags with Rectangles]]
Line 6: Line 34:
* [[Flags with Repeats]]
* [[Flags with Repeats]]
* [[Flags with Methods]]
* [[Flags with Methods]]
 
</div>
Manipulating DOM
<div>
* [[DOM Creating content]]
Use your own computer Tutorials
* [[DOM working with data]]
* [[pokemon]]
* [[DOM content from lists]]
</div>
 
<div>
Quiz
* [[Quiz - HTML]]
* [[Assessment2021 09Easy]]
* [[Assessment2021 09Medium]]
* [[Assessment2021 09Hard]]
</div>
<div>
Server-side concerns
* [[Buy and set up a server]]
* [[Flask_from_command_line|Running flask dev & prod]]
* [[Encryption]]
* [[Testing for prime]]
</div>
<div>
Data
* [[File:flags.zip]]
* [[File:worldl.json]]
* [[File:zodiac.json]]
</div>
</div>
==Hello World==
==Hello World==
<div class='qu'>
<div class='qu'>
Line 19: Line 67:
</pre>
</pre>
<pre class='ans'>
<pre class='ans'>
document.body.innerHTML = 'Hello world';
document.body.innerHTML = 'Hello world!';
</pre>
</pre>
</div>
</div>
<pre id='shellbody' data-qtp='DOM'></pre>

Revision as of 11:42, 14 August 2022