Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [[DOM working with data]] | * [[DOM working with data]] | ||
* [[DOM content from lists]] | * [[DOM content from lists]] | ||
== | ==Hello World== | ||
<div class='qu'> | <div class='qu'> | ||
Hello World | |||
<pre class='usr'> | <pre class='usr'> | ||
document.body.innerHTML = ' | document.body.innerHTML = 'Hellow orld'; | ||
</pre> | </pre> | ||
<pre class='ans'> | <pre class='ans'> | ||
document.body.innerHTML = ' | document.body.innerHTML = 'Hello world'; | ||
</pre> | </pre> | ||
</div> | </div> |
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
Hello World
Hello World
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world';