Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 515 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 515 Bytes

HTMLang

forked from tsoding/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><get><v>console</v><s>log</s></get><s>Hello, World</s></call>
    </htmlang>
    <script src="./HTMLang.js"></script>
  </body>
</html>