Javatpoint Logo

How to write a proper script

By: gaurav*** On: Fri Jun 15 19:51:11 IST 2018     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
Is this right way to code:

<html>
<h2> JavaScript Learning </h2>
<body>
<script type= "text/javascript">
document.write("javaScript is a easy than JAVA Programming");
function test()
{alert("Hello Javatpoint");
}
</script>
<form>
<input type="button" value="click" onclick="test();">
</form>
</body>
</html>
Up0Down
jsp  x  93Tags

 
Image Created0Down

By: [email protected] On: Sat Dec 08 12:21:49 IST 2018 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No