Difference between revisions of "Main Page"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Hello World== | |||
<div class='qu'> | |||
Hello World | |||
<pre class='usr'> | |||
document.body.innerHTML = 'Hellow orld'; | |||
</pre> | |||
<pre class='ans'> | |||
document.body.innerHTML = 'Hello world!'; | |||
</pre> | |||
</div> | |||
<pre id='shellbody' data-qtp='DOM'></pre> | <pre id='shellbody' data-qtp='DOM'></pre> | ||
Drawing images | Drawing images | ||
Line 12: | Line 22: | ||
* [[DOM working with data]] | * [[DOM working with data]] | ||
* [[DOM content from lists]] | * [[DOM content from lists]] | ||
Revision as of 11:00, 28 August 2021
Hello World
Hello World
document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';
Drawing images
- Flags with Rectangles
- Flags with Lines
- Flags with Polygons
- Flags with Stars
- Flags with Repeats
- Flags with Methods
Manipulating DOM