Entrance Announcement
MICTE 2080
2080 Magh 07
User:Nawarajbhandary/Micro teaching lesson plan 2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''Subject :''' Web Technology | |'''Subject :''' Web Technology | ||
|'''Class:''' | |'''Class:''' MICTE 3<sup>rd</sup> Semester | ||
|- | |- | ||
|'''Period:''' Third | |'''Period:''' Third | ||
Line 27: | Line 27: | ||
2. Explaining different tags and attribute for working with table, | 2. Explaining different tags and attribute for working with table, | ||
<nowiki><td></nowiki> | |||
<nowiki><tr></nowiki> | |||
<nowiki><table></nowiki> | |||
<nowiki><th></nowiki> | |||
and more | |||
3. Encouraging students to ask questions or share their thoughts, | 3. Encouraging students to ask questions or share their thoughts, |
Latest revision as of 22:01, 20 February 2024
Subject : Web Technology | Class: MICTE 3rd Semester |
Period: Third | Unit: One |
Topic: Introduction to HTML | Time: 15 min |
Teaching Item: Working with Tables | No. of Students: 18 |
OBJECTIVES
To provide basic illustration on Working with Tables using HTML.
TEACHING MATERIALS
· Daily materials
· Laptop
TEACHING LEARNING ACTIVITIES
1. Greeting students and introducing today's topic with them,
2. Explaining different tags and attribute for working with table,
<td>
<tr>
<table>
<th>
and more
3. Encouraging students to ask questions or share their thoughts,
4. clarifying doubts and summarizing topic in brief,
EVALUATION
· What are the different tags used for working with tables using HTML?
· What is different between <th> and <td> tags.