index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Interactive Webpage</title>
</head>
<body>
<div class="container">
<h1>Welcome to an Interactive Webpage!</h1>
<button id="colorButton">Change Background Color</button>
</div>
<script src="script.js"></script>
</body>
</html>
Show your support
Write a comment ...