Answers for "how to add .java files to html"

0

how to add .java files to html

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <script lang="java">
    	// java script here
    </script>
  </body>
</html>
Posted by: Guest on July-17-2020
0

how to add .java files to html

this does not actually work, i tested it out
Posted by: Guest on July-18-2020

Browse Popular Code Answers by Language