🟠 Coding & Scripting for Javascript

Coding & Scripting (Javascript)

Basic structure of an HTML document
<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Titel</title>
  </head>
  <body>
    <script>
    </script>
  </body>
</html>
Basic structure of an HTML document
<!DOCTYPE html>
<html lang="de">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Titel</title>
  </head>
  <body>
    <script>
    </script>
  </body>
</html>