Desired Output

0





Source Code



<!doctype html>
<html>
	<head>
		<style>
		#counter
		{
			margin:auto;
			width:100px;
			height:100px;
			font-size:60px;
			border:2px solid red;
			text-align:center;
			padding-top:20px;
		}
		</style>
		<script>
			var count=0;
			function increase()
			{
				count++;
				document.getElementById("counter").innerHTML=count;
			}
			function decrease()
			{
				count--;
				document.getElementById("counter").innerHTML=count;
			}
		</script>
	</head>
	<body>
		<div id="counter">
			0
		</div>
		<br>
		<p align="center">
			<input type="button" value="Increase" onclick="increase()">
			<input type="button" value="Decrease" onclick="decrease()">
		</p>
	</body>
</html>


Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad