User:Nawarajbhandary/Micro teaching lesson plan 4

Revision as of 11:14, 14 April 2024 by Nawarajbhandary (talk | contribs) (→‎TEACHING LEARNING ACTIVITIES)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Subject : Web Technology Class: MICTE 3rd Semester
Period: Third Unit: One
Topic: Introduction to HTML Time: 15 min
Teaching Item:  HTML ordered list No. of Students: 18

OBJECTIVES

  • Understand the concepts of ordered list in HTML,
  • create the different types of ordered list.

TEACHING MATERIALS

  • Whiteboard,
  • marker,
  • Computer with text editor (such as Sublime text,VS code and notepad++),
  • Browser for testing (chrome & ms edge).

TEACHING LEARNING ACTIVITIES

  • Greeting students and introducing today's topic with them,
  • Begin by explaining the concepts of ordered list in HTML,
  • About HTML ordered list or Numbered List displays,
  • The HTML <ol> tag and its ways of using for creating ordered list.
  • Elaborating about <ol> tag as ordered list to represent items either in numerical order format or alphabetical order format, or any format where an order is emphasized.
  • Encouraging students to ask questions or share their thoughts,
  • clarifying doubts and summarizing topic in brief,

EVALUATION

  • What is ordered list in HTML with exmaples?
  • what is the default value of order list in HTML?
  • How many types of ordered list are there in HTML?
  • why <li> tag is used in HTML?