Entrance Announcement
MICTE 2080
2080 Magh 07
User:Nawarajbhandary/Micro teaching lesson plan 4
Jump to navigation
Jump to search
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?