File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments