Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b30cdb9

Browse files
yashksaini-coderIndie-Dev147
andauthored
Merge pull request #28 from yashksaini-coder/backup
Update README Co-authored-by: Garv saini <garvkumarsaini@gmail.com>
2 parents 577f9ed + bbd4f6b commit b30cdb9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎Day9/Task.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ This workshop is divided into several activities:
1717

1818
### Activity 1: Selecting and Manipulating Elements 🖱️
1919

20-
- [] **Task 1:** Select an HTML element by its ID and change its text content.
21-
- [] **Task 2:** Select an HTML element by its class and change its background color.
20+
- [X] **Task 1:** Select an HTML element by its ID and change its text content.
21+
- [X] **Task 2:** Select an HTML element by its class and change its background color.
2222

2323
### Activity 2: Creating and Appending Elements 🏗️
2424

25-
- [] **Task 3:** Create a new `div` element with some text content and append it to the body.
26-
- [] **Task 4:** Create a new `li` element and add it to an existing `ul` list.
25+
- [X] **Task 3:** Create a new `div` element with some text content and append it to the body.
26+
- [X] **Task 4:** Create a new `li` element and add it to an existing `ul` list.
2727

2828
### Activity 3: Removing Elements ❌
2929

30-
- [] **Task 5:** Select an HTML element and remove it from the DOM.
31-
- [] **Task 6:** Remove the last child of a specific HTML element.
30+
- [X] **Task 5:** Select an HTML element and remove it from the DOM.
31+
- [X] **Task 6:** Remove the last child of a specific HTML element.
3232

3333
### Activity 4: Modifying Attributes and Classes 🔄
3434

35-
- [] **Task 7:** Select an HTML element and change one of its attributes (e.g., `src` of an `img` tag).
36-
- [] **Task 8:** Add and remove a CSS class to/from an HTML element.
35+
- [X] **Task 7:** Select an HTML element and change one of its attributes (e.g., `src` of an `img` tag).
36+
- [X] **Task 8:** Add and remove a CSS class to/from an HTML element.
3737

3838
### Activity 5: Event Handling 🎯
3939

40-
- [] **Task 9:** Add a click event listener to a button that changes the text content of a paragraph.
41-
- [] **Task 10:** Add a mouseover event listener to an element that changes its border color.
40+
- [X] **Task 9:** Add a click event listener to a button that changes the text content of a paragraph.
41+
- [X] **Task 10:** Add a mouseover event listener to an element that changes its border color.
4242

4343
## Feature Requests (Optional) 🎨
4444

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /