User:Anisha kandel Real Teaching Lesson Plan 12: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
mNo edit summary
 
Line 46: Line 46:


Define ordered list with its tag. Explain
Define ordered list with its tag. Explain
__NOTOC__
[[Category: BICTE]]
[[Category: Lesson Plan]]

Latest revision as of 02:06, 13 March 2024

Subject:Computer Science

Class:8"B"

Topic:Ordered list in HTML

Time:45min

Period:6th

No of student:62

School:Adarsha Secondary School

Specific Objective:

At the end of this class, student will be able to:

Understand the concept of ordered list in HTMl.

Create the different type of ordered list.

Teaching Material:

  • Marker ,Duster
  • Computer with text editor(notepad,vscode)
  • Browser for testing (chrome and msedge)

Teaching Learning Activty:

  • Begin by discussing the importance of ordered list in web page.
  • Explain the ordered list are used when the order of item matter.
  • Define what an ordered list is and its characteristics.
  • Introduc the <ol> and <li> tag and explain its purpose and creating ordered list.
  • Emphasize that the numbers in ordered lists are automatically generated by the browser.
  • Demonstrate the below example how to add item to the ordered list.

Example:orderedlist1

  • Explain how the type attribute can specify different numbering styles (e.g., decimal, uppercase letters, lowercase roman numerals).
  • Encourage them to experiment with different numbering styles using the type attribute.
  • Summarize the key points of the lesson ,Emphasize the use of <ol> <li> tag and "type" attribute in creating ordered list.

Assessment

How to create a item in ordered list.:write a step.

Define ordered list with its tag. Explain