@@ -17,28 +17,28 @@ This workshop is divided into several activities:
17
17
18
18
### Activity 1: Selecting and Manipulating Elements 🖱️
19
19
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.
22
22
23
23
### Activity 2: Creating and Appending Elements 🏗️
24
24
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.
27
27
28
28
### Activity 3: Removing Elements ❌
29
29
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.
32
32
33
33
### Activity 4: Modifying Attributes and Classes 🔄
34
34
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.
37
37
38
38
### Activity 5: Event Handling 🎯
39
39
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.
42
42
43
43
## Feature Requests (Optional) 🎨
44
44
0 commit comments