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

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
 
Line 28: Line 28:
* Greeting students and introducing today's topic with them,
* Greeting students and introducing today's topic with them,
* Brifely inroduce the concepts of <img> tag in HTML:
* Brifely inroduce the concepts of <img> tag in HTML:
* HTML  <img> tag is used to display image on the web page.
* The use of HTML  <img> tag to display image on the web page practically.
* HTML  <img> tag is an empty tag that contains attributes only, closing    tags are not used in HTML image element.
* HTML  <img> tag using procedure.
* Images  are not technically inserted into a web page; images are linked to web pages.
* The <img> tag and its supporting tag as height and width to properly used inline.
* The <img> tag creates a holding space for the referenced image.
* Encouraging students to ask questions or share their thoughts,
* Encouraging students to ask questions or share their thoughts,
* clarifying doubts and summarizing topic in brief,
* clarifying doubts and summarizing topic in brief,

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.