Programming in Java/HTML
This a blog for people who want to understand the basics of Java and HTML
Friday, 13 November 2015
How to use an external java script
HTML:
<html>
<body>
<script src="hello.js">
</script>
JAVA:
alert("Hello World")
When completed. it should look like this
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment