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

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "page 4")
 
No edit summary
Line 1: Line 1:
page 4
{| 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,
* HTML ordered list or Numbered List displays elements in numbered format,
* The HTML <nowiki><ol> tag is used for 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.
* 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>

Revision as of 02:36, 4 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,
  • HTML ordered list or Numbered List displays elements in numbered format,
  • The HTML <ol> tag is used for ordered list.
  • 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.
  • 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?