Entrance Announcement
MICTE 2080
2080 Magh 07
User:Nawarajbhandary/Micro teaching lesson plan 4: Difference between revisions
Jump to navigation
Jump to search
(Created page with "page 4") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| 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:''' 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 <nowiki><ol> tag and its ways of using for creating ordered list.</nowiki> | |||
* 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, | |||
* 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 <nowiki><li> tag is used in HTML?</nowiki> |
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?