Entrance Announcement
MICTE 2080
2080 Magh 07
User:Niraj Prasad Bhatt/Real-Teaching Lesson Plan 4
Jump to navigation
Jump to search
Subject: Web Technology
Period: Third
Topic: Understanding the Document Object Model (DOM)
Class: BICT 3rd Semester
Unit: Three
Time: 50 min
No. of Students: 20
1. Specific Objective:[edit | edit source]
By the end of this lesson, students will be able to:
- Understand the concept of the Document Object Model (DOM).
- Explain the hierarchical structure of the DOM.
- Manipulate HTML elements using JavaScript through the DOM.
2. Instructional Materials:[edit | edit source]
- Laptop, projector, screen
- Sample HTML files
- Code editor (e.g., VS Code)
- Internet access
3. Teaching Learning Activities:[edit | edit source]
- Begin the class by discussing the role of the Document Object Model (DOM) in web development.
- Introduce the hierarchical structure of the DOM, explaining nodes, elements, attributes, and their relationships.
- Demonstrate how to access and manipulate HTML elements using JavaScript methods and properties provided by the DOM.
- Present code examples illustrating DOM traversal, element selection, and modification.
- Guide students through hands-on exercises to practice accessing and modifying HTML elements using JavaScript and the DOM.
- Discuss event handling in the DOM and how JavaScript can be used to respond to user interactions.
- Encourage students to explore additional DOM manipulation techniques and JavaScript libraries for DOM manipulation.
4. Assessment:[edit | edit source]
- Ask students to write JavaScript code snippets demonstrating the manipulation of HTML elements using the DOM.
- Conduct a quiz to assess students' understanding of DOM traversal, element selection, and modification.
5. Homework:[edit | edit source]
- Research about different DOM manipulation techniques