Skip to content

Commit 17e5826

Browse files
authored
Update index.html
1 parent 7d462d9 commit 17e5826

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

task07-show-hide-paragraph/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<h1>Hide / Show Paragraph</h1>
11+
<h1>Show / Hide Paragraph</h1>
1212
<div class="input-sec">
1313
<p id="para">this is a paragraph</p>
1414
<button id="clickBtn">Hide</button>
@@ -17,4 +17,5 @@ <h1>Hide / Show Paragraph</h1>
1717

1818
<script src="script.js"></script>
1919
</body>
20-
</html>
20+
21+
</html>

0 commit comments

Comments
 (0)