Skip to content

tsoding/HTMLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published