Entrance Announcement
MICTE 2080
2080 Magh 07
User:Niraj Prasad Bhatt/Real-Teaching Lesson Plan 4: Difference between revisions
Jump to navigation
Jump to search
Niraj bhatt (talk | contribs) Created page with "__notoc__ <div style="column-count: 2; column-gap: 20px;"> '''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 </div> == 1. Specific Objective: == 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. * Mani..." |
Niraj bhatt (talk | contribs) |
||
Line 43: | Line 43: | ||
== 5. Homework: == | == 5. Homework: == | ||
* | * Research about different DOM manipulation techniques | ||
Latest revision as of 05:10, 16 May 2024
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:
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:
- Laptop, projector, screen
- Sample HTML files
- Code editor (e.g., VS Code)
- Internet access
3. Teaching Learning Activities:
- 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:
- 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:
- Research about different DOM manipulation techniques