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>
▶ RUN

Output/ Explanation:

Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online MBA 2 years Online MCA Online BCA Best Website and Software Company in Allahabad