lehrkraefte:blc:informatik:ffprg1-2021:js:helloworld

This is an old revision of the document!


Hello World

hello.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Hello World</title>
    <script src="hello.js" />
  </head>
  <body>
    <h1>Hello World</h1>
    <button onclick="hello()">Klick mich</button>
  </body>
</html>
  • lehrkraefte/blc/informatik/ffprg1-2021/js/helloworld.1619613659.txt.gz
  • Last modified: 2021/04/28 14:40
  • by Ivo Blöchliger