Programming Examples

Java Script Program to Change the Page Background Color Based on User Input


Java Script Program to Change the Page Background Color Based on User Input

Solution

<html>
	<head>
		<title>Change Background Color</title>
		<script>
			function chnage_bgcolor()
			{
			  var colorcode=document.getElementById("color_picker").value;
			  document.getElementById("pagebody").style.background=colorcode;
			}
		</script>
	</head>
	<body id="pagebody">
		Select Color : <input type="color" id="color_picker" onchange="chnage_bgcolor()"/>
	</body>
</html>
Output

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