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

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
 
Line 29: Line 29:
* Greeting students and introducing today's topic with them,
* Greeting students and introducing today's topic with them,
* Begin by explaining the concepts of ordered list in HTML,
* Begin by explaining the concepts of ordered list in HTML,
* HTML ordered list or Numbered List displays elements in numbered format,
* About HTML ordered list or Numbered List displays,
* The HTML <nowiki><ol> tag is used for ordered list.</nowiki>
* The HTML <nowiki><ol> tag and its ways of using for creating ordered list.</nowiki>
* We can use ordered list to represent items either in numerical order format or alphabetical order format, or any format where an order is emphasized.
* Elaborating about <nowiki><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.</nowiki>
* 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:14, 14 April 2024

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?