<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-git.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Set the background color of the 4th division red by adding an appropriate class.</title>
</head>
<body>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<button id="button1">Click to see the effect</button>
</body>
</html>
HTML Code :
CSS Code :
JavaScript Code :