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

From ICTED-WIKI
Jump to navigation Jump to search
Created page with "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 o..."
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Specific Objective:
'''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:
At the end of this class, student will be able to:


Understand the concept of ordered list in HTMl.
Understand the concept of ordered list in HTMl.
Create the different type of ordered list.


Teaching Material:
Create the different type of ordered list.


== Teaching Material: ==
* Marker ,Duster
* Marker ,Duster
* Computer with text editor(notepad,vscode)
* Computer with text editor(notepad,vscode)
Line 15: Line 29:
* Begin by discussing the importance of ordered list in web page.
* Begin by discussing the importance of ordered list in web page.
* Explain the ordered list are used when the order of item matter.
* 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..
* Define what an ordered list is and its characteristics.
 
* Introduc the <nowiki><ol> and <li> tag  and explain its purpose and creating ordered list.</nowiki>
* Emphasize that the numbers in ordered lists are automatically generated by the browser.
* 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.
* Demonstrate the below example how to add item to the ordered list.


'''[[Example:orderedlist1]]'''
'''[[Example:orderedlist1]]'''
Explain how the type attribute can specify different numbering styles (e.g., decimal, uppercase letters, lowercase roman numerals).


* 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.
* Encourage them to experiment with different numbering styles using the type attribute.
* Summarize the key points of the lesson ,Emphasize the use of <nowiki><ol> <li> tag and "type" attribute in creating ordered list.</nowiki>
* Summarize the key points of the lesson ,Emphasize the use of <nowiki><ol> <li> tag and "type" attribute in creating ordered list.</nowiki>
Line 30: 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