Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<pre id='shellbody' data-qtp='DOM'></pre> | |||
Drawing images | Drawing images | ||
* [[Flags with Rectangles]] | * [[Flags with Rectangles]] |
Revision as of 10:59, 28 August 2021
Drawing images
- Flags with Rectangles
- Flags with Lines
- Flags with Polygons
- Flags with Stars
- Flags with Repeats
- Flags with Methods
Manipulating DOM
1) Hello World
Hello World
Input
xxxxxxxxxx
document.body.innerHTML = 'Hellow orld';
Output
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world';