Skip to content

Commit 15cca8c

Browse files
authored
Update README.md
1 parent 45b19d7 commit 15cca8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
1010

1111
| No. | Task Name | Description | Live Demo |
1212
|-----|-----------------------------|----------------------------------------------------------------------------|------------------------|
13-
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. | [Click to view Live](#) |
13+
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task01-change-and-revert-heading) |
1414
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Click to view Live](#) |
1515
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | [Click to view Live](#) |
1616
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | [Click to view Live](#) |

0 commit comments

Comments
 (0)