Basic DOM Manipulation
Exercise 1
Change the background color of the entire webpage when a button is clicked.
Click To Change The Background Colour
Exercise 2
Create a list of items. When a user clicks on an item, change its font style (e.g., bold, italic).
Click Any Fruit
Apple
Banana
Mango
Grapes
Exercise 3
Create a form with a name input field. When the form is submitted, display the entered name in a separate paragraph element.
Submit