We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d462d9 commit 17e5826Copy full SHA for 17e5826
1 file changed
task07-show-hide-paragraph/index.html
@@ -8,7 +8,7 @@
8
</head>
9
<body>
10
<div class="container">
11
- <h1>Hide / Show Paragraph</h1>
+ <h1>Show / Hide Paragraph</h1>
12
<div class="input-sec">
13
<p id="para">this is a paragraph</p>
14
<button id="clickBtn">Hide</button>
@@ -17,4 +17,5 @@ <h1>Hide / Show Paragraph</h1>
17
18
<script src="script.js"></script>
19
</body>
20
-</html>
+
21
+</html>
0 commit comments