Skip to content

Commit 6b1485b

Browse files
authored
Update README.md
1 parent fe33273 commit 6b1485b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
1515
| 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) |
1616
| 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) |
1717
| 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) |
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) | 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) |
19+
|
1920

2021
---
2122

0 commit comments

Comments
 (0)