How to Javascript in HTML

PHOTO EMBED

Saved by @mishka #html #javascript

<body>

	//Some HTML code here...

</body>


<script>

	//Insert javascript code here...

</script>
content_copyCOPY

Place javascript code snippets inside a script tag at the bottom of your HTML file.