Computer tools > HTML

HTML

Summary

Hello_World.html

<!DOCTYPE html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <link rel="shortcut icon" type="image/x-icon" href="images/logo_html_javascript.ico">
  <style>
    body {
      font-family:arial;
    }
  </style>
  <script>
  </script>
</head>
<body>
  <Title>HTML/javascript</Title>
  Hello World
</body>
</html>