Skip to content

GOPALBHARDWAJ520/Student-Registration-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM Assignment

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.

📁 Project Structure

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.

🔧 Features

  • Dynamic updates of DOM elements using JavaScript
  • Button click events
  • DOM traversal and manipulation
  • Real-time content rendering

🚀 How to Run

  1. Clone the repository:
    git clone https://github.com/GOPALBHARDWAJ520/domassignment.git
  2. Open the index.html file in any modern web browser.

📚 Topics Covered

  • DOM Selection (e.g., getElementById, querySelector)
  • Event Listeners (e.g., addEventListener)
  • Element Creation and Deletion
  • Styling via JavaScript

📸 Screenshots

Add screenshots here if needed to show the working UI. image

✍️ Author

Gopal Bhardwaj

📜 License

This project is licensed under the MIT License.

About

Develop a student registration system where students can register their details such as name, class, address, and contact number. Additionally, it provides functionalities for editing and deleting records.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors