HTMLang icon indicating copy to clipboard operation
HTMLang copied to clipboard

HTML as a Programming Language. Finally all of your dreams came true.

HTMLang

HTML as a Programming Language. Finally all of your dreams came true.

They were laughing that HTML was not a real programming language... WHO"S LAUGHING NOW!!11

Hello, World

<!DOCTYPE html>
<html>
  <head>
    <title>HelloWorld</title>
  </head>
  <body>
    <htmlang>
      <call target="console.log"><s>Hello, World</s></call>
    </htmlang>
    <script src="./HTMLang.js"></script>
  </body>
</html>