SCRIPT
Run
<!DOCTYPE html>
<html>
	<body>
		<h1>The script tag</h1>
		<p id="demo"></p>
		<script>
document.getElementById("demo").innerHTML = "Hello StudyTonight!";
</script>
		<h3>This is a best place for the ones who wants to learn Coding Online</h3>
	</body>
</html>