We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5c819 commit b946473Copy full SHA for b946473
1 file changed
task05-change-style-on-click/index.html
@@ -3,13 +3,14 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Change Style on Click</title>
+ <title>Change style on button click</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
10
<div class="container">
11
- <h1 id="heading">Heading</h1>
12
- <button id="button">Click to Change</button>
+ <h1>Change style on button click</h1>
+ <h1 id="heading">Main Heading</h1>
13
+ <button id="click">Click to Change</button>
14
</div>
15
16
<script src="script.js"></script>
0 commit comments