Exploring DOM manipulation, event handling, and dynamic content updates.
Click the button to switch the entire page between light and dark mode using classList.toggle().
Click the buttons below to change the page colour theme using JavaScript.
Click the button to toggle the visibility of the hidden paragraph.
Type in the textarea below. JavaScript updates the character count in real time using the input event.
Characters: 0
Add items to the list using the input field and button. Uses createElement() and appendChild().
Click on a thumbnail to display it in the main viewer. Demonstrates event listeners and src attribute manipulation.