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

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "Lesson plan 5 page")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Lesson plan 5 page
{| 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 image
|'''No.  of Students:''' 18
|}
 
= OBJECTIVES =
 
* Student will understand the concepts of <img> tag in html and its attributes,
* Student will be able to use the <img> tag to insert image into HTML document.
 
= TEACHING MATERIALS =
 
* Computer/laptop for each student or a projector for demonstration,
* Text editor (such as Notepad++, Sublime text and Vs code etc)
* Internet access for additional resource(optional)
 
= TEACHING LEARNING ACTIVITIES =
 
* Greeting students and introducing today's topic with them,
* Brifely inroduce the concepts of <img> tag in HTML:
* The use of HTML  <img> tag to display image on the web page practically.
* HTML  <img>  tag using procedure.
* The <img> tag and its supporting tag as height and width to properly used inline.
* Encouraging students to ask questions or share their thoughts,
* clarifying doubts and summarizing topic in brief,
 
= EVALUATION =
 
* How to use image in HTML with examples?
* Which tag is used to display image?
* Task students with creating a simple HTML page and inserting different images    with varying attributes.

Latest revision as of 11:16, 14 April 2024

Subject : Web Technology Class: MICTE 3rd Semester
Period: Third Unit: One
Topic: Introduction to HTML Time: 15 min
Teaching Item:  Working with image No. of Students: 18

OBJECTIVES

  • Student will understand the concepts of <img> tag in html and its attributes,
  • Student will be able to use the <img> tag to insert image into HTML document.

TEACHING MATERIALS

  • Computer/laptop for each student or a projector for demonstration,
  • Text editor (such as Notepad++, Sublime text and Vs code etc)
  • Internet access for additional resource(optional)

TEACHING LEARNING ACTIVITIES

  • Greeting students and introducing today's topic with them,
  • Brifely inroduce the concepts of <img> tag in HTML:
  • The use of HTML <img> tag to display image on the web page practically.
  • HTML <img> tag using procedure.
  • The <img> tag and its supporting tag as height and width to properly used inline.
  • Encouraging students to ask questions or share their thoughts,
  • clarifying doubts and summarizing topic in brief,

EVALUATION

  • How to use image in HTML with examples?
  • Which tag is used to display image?
  • Task students with creating a simple HTML page and inserting different images with varying attributes.