This project demonstrates basic DOM manipulation techniques. Users can interact with buttons to change the background color, toggle the visibility of the title, and change the title text.
- HTML
- Bootstrap 5
- JavaScript
- Change Background Color: Click a button to change the background color of the page to a random color.
- Toggle Title Visibility: Click a button to show/hide the main title.
- Change Title: Click a button to change the main title between two states.
- Input Name: Users can input their name, and upon clicking a button, the title changes to that name.
- Clone the repository
- Open
index.htmlin your web browser
Interact with the buttons to see the DOM manipulation in action.
Feel free to open issues and pull requests!