User:Nawarajbhandary/Micro teaching lesson plan 2: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "two")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
two
{| class="wikitable"
|'''Subject :''' Web  Technology
|'''Class:''' MICTE 3<sup>rd</sup>  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
 
·       [https://docs.google.com/presentation/d/1oRpnLDGeqBy0F4ZZJ-qt7i2bbKC0Ysfw/edit?usp=drive_link&ouid=109302352967562056429&rtpof=true&sd=true Presentation Slide/ Notes.]
 
== TEACHING LEARNING ACTIVITIES ==
1.    Greeting students and introducing today's topic with them,
 
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,
 
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 <nowiki><th> and <td></nowiki> tags.

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

·       Presentation Slide/ Notes.

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.