Skip to content

Commit 607cf89

Browse files
authored
Update README.md
1 parent d77c954 commit 607cf89

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,41 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
8080
- Updating multiple elements
8181

8282
---
83+
84+
## 📁 Project Structure
85+
86+
```
87+
JavaScript-Dom-Practice/
88+
89+
├── Task-1/ (Change and Revert Heading)
90+
│ ├── index.html
91+
│ ├── style.css
92+
│ └── script.js
93+
94+
├── Task-2/ (Toggle Button Text)
95+
│ ├── index.html
96+
│ ├── style.css
97+
│ └── script.js
98+
99+
├── Task-3/ (Multiple Headings)
100+
│ ├── index.html
101+
│ ├── style.css
102+
│ └── script.js
103+
104+
├── Task-4/ (innerHTML vs textContent)
105+
│ ├── index.html
106+
│ ├── style.css
107+
│ └── script.js
108+
109+
├── Task-5/ (Change Style on Click)
110+
│ ├── index.html
111+
│ ├── style.css
112+
│ └── script.js
113+
114+
├── Task-6/ (Update Heading)
115+
│ ├── index.html
116+
│ ├── style.css
117+
│ └── script.js
118+
119+
└── README.md
120+
```

0 commit comments

Comments
 (0)