User:Anisha kandel Real Teaching Lesson Plan 12

From ICTED-WIKI
Jump to navigation Jump to search

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:[edit | edit source]

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:[edit | edit source]

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

Teaching Learning Activty:[edit | edit source]

  • 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[edit | edit source]

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

Define ordered list with its tag. Explain