Tuesday, May 16, 2017

How to access an external java script into HTML Page

<html>
<head>
</head>
<body>
<script src="destination path">
</script>
<p>
</p>
</body>
</html>

No comments:

Post a Comment