Skip to content

Commit 4dbf128

Browse files
authored
Update README.md
1 parent 1f1019f commit 4dbf128

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ 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](https://suru190.github.io/JavaScript-Dom-Practice/task01-change-and-revert-heading) |
14-
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task02-toggle-button-text) |
15-
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task03-multiple-heading) |
16-
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task04-innerHTML-vs-textContent) |
17-
| 5 | Change Style on Click | Changes the background and text color of a heading element on click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task05-change-style-on-click) |
18-
| 6 | Update Heading | User types in the input and replaces the default heading with user-entered text on button click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading) | 7 | Change Style on Click | Changes the background and text color of a heading element on click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task05-change-style-on-click) |
19-
|
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)|
14+
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task02-toggle-button-text)|
15+
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task03-multiple-heading)|
16+
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task04-innerHTML-vs-textContent)|
17+
| 5 | Change Style on Click | Changes the background and text color of a heading element on click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task05-change-style-on-click)|
18+
| 6 | Update Heading | User types in the input and replaces the default heading with user-entered text on button click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
2019

2120
---
2221

0 commit comments

Comments
 (0)