Skip to content

uhyo/the-html-programming-language

Repository files navigation

The HTML Programming Language (THPL)

The HTML Programming Language (THPL) is a programming language whose source code is an HTML document.

Example: a Hello World program

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>My First HTML Program</title>
    <script src="https://unpkg.com/the-html-programming-language@0.1.0/browser.min.js"></script>
  </head>
  <body>
    <p>
      <output>Hello,<wbr />world!</output>
    </p>
  </body>
</html>

Visit Tutorial to learn more about THPL.

Contributing

Welcome

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published