Main Page: Difference between revisions

From ProgZoo
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
Web cliché
Web cliché
* [[DOM Common Logic]]
* [[DOM Common Logic]]
* [[DOM Prices]]
* [[DOM Shopping]]
* [[DOM Calendar]]
* [[DOM Options]]
</div>
</div>
<div>
<div>

Revision as of 15:42, 10 October 2021

1) Hello World

Hello World

Input


Output

document.body.innerHTML = 'Hellow orld';
document.body.innerHTML = 'Hello world!';