Answers for "Simple example of using external file javascript in html"

1

Simple example of using external file javascript in html

<html>  
<head>  
<meta charset="utf-8">  
<title>Softhunt.net</title>  
</head>  
<body>  
<form>  
<a href="#" onclick="display()">Click Me</a>/>  
</form>  
<script src="index.js">  
</script>  
</body>  
</html>
Posted by: Guest on April-09-2022

Code answers related to "Simple example of using external file javascript in html"

Browse Popular Code Answers by Language