Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
Video Lessons | Video Lessons | ||
* [[Buy and set up a server]] | * [[Buy and set up a server]] | ||
* [[Flask_from_command_line|Running flask | * [[Flask_from_command_line|Running flask dev & prod]] | ||
</div> | </div> | ||
<div> | <div> |
Revision as of 22:07, 18 September 2021
Drawing images
Manipulating DOM
Video Lessons
1) Hello World
Hello World
Input
xxxxxxxxxx
document.body.innerHTML = 'Hellow orld';
Output
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';