Skip to content

Commit c8d1468

Browse files
authored
Update README.md
1 parent 2b7025f commit c8d1468

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
88

99
## ✅ Completed Tasks
1010

11-
| No. | Task Name | Description | Folder Name | Live Demo |
12-
|-----|-----------------------------|-----------------------------------------------------------------------------|-----------------------------|------------------------|
13-
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. | Change-and-Revert-Heading | [Live](#) |
14-
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | Toggle-Button-Text | [Live](#) |
15-
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | Multiple-Headings | [Live](#) |
16-
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | innerHTML-vs-textContent | [Live](#) |
17-
| 5 | Change Style on Click | Changes the background and text color of a heading element on click. | Change-Style-on-Click | [Live](#) |
18-
| 6 | Update Heading | Changes the heading and button text dynamically on each click. | Update-Heading | [Live](#) |
11+
| No. | Task Name | Description | Live Demo |
12+
|-----|-----------------------------|----------------------------------------------------------------------------|------------------------|
13+
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. | [Live](#) |
14+
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Live](#) |
15+
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | [Live](#) |
16+
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | [Live](#) |
17+
| 5 | Change Style on Click | Changes the background and text color of a heading element on click. | [Live](#) |
18+
| 6 | Update Heading | User types in the input and replaces the default heading with user-entered text on button click. | [Live](#) |
1919

2020
---
2121

0 commit comments

Comments
 (0)