This repository contains a simple DOM manipulation assignment built using HTML, CSS, and JavaScript. The purpose of this project is to demonstrate understanding of basic DOM methods, event handling, and dynamic content updates in a web page.
domassignment/
├── index.html
├── style.css
└── script.js
index.html: The main HTML file that defines the structure of the web page.style.css: Contains the styling rules for the web page elements.script.js: JavaScript file that handles DOM manipulation and event handling.
- Dynamic updates of DOM elements using JavaScript
- Button click events
- DOM traversal and manipulation
- Real-time content rendering
- Clone the repository:
git clone https://github.com/GOPALBHARDWAJ520/domassignment.git
- Open the
index.htmlfile in any modern web browser.
- DOM Selection (e.g.,
getElementById,querySelector) - Event Listeners (e.g.,
addEventListener) - Element Creation and Deletion
- Styling via JavaScript
Add screenshots here if needed to show the working UI.

This project is licensed under the MIT License.