User:Niraj Prasad Bhatt/Micro-Teaching Lesson Plan 5: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "= User:Niraj Bhatt/Micro-Teaching Lesson Plan 4 = <div style="column-count: 2; column-gap: 20px;"> '''Subject :''' Web Technology. '''Period:''' first '''Topic:''' CSS '''Teaching Item:''' How CSS fit with HTML page? '''Class:''' BICT 3rd Semester '''Unit:''' One '''Time:''' 15 min '''No. of Students:''' 15 </div> == Objectives == At the end of this lesson, students will be able to # Understand How CSS fits with HTML page ==...")
 
No edit summary
 
Line 1: Line 1:
= User:Niraj Bhatt/Micro-Teaching Lesson Plan 4 =
= User:Niraj Bhatt/Micro-Teaching Lesson Plan 5 =


<div style="column-count: 2; column-gap: 20px;">
<div style="column-count: 2; column-gap: 20px;">
Line 8: Line 8:
'''Topic:''' CSS  
'''Topic:''' CSS  


'''Teaching Item:''' How CSS fit with HTML page?
'''Teaching Item:''' Inline, Internal and External CSS


'''Class:''' BICT 3rd Semester
'''Class:''' BICT 3rd Semester
Line 22: Line 22:
At the end of this lesson, students will be able to
At the end of this lesson, students will be able to


# Understand How CSS fits with HTML page
# Understand the working of Inline, Internal and External CSS


== Teaching Materials ==
== Teaching Materials ==
Line 31: Line 31:


# Introduce todays topic with students.
# Introduce todays topic with students.
#Explain about CSS.
#Explain about working of Inline, Internal and External CSS.
#Explain the use case scenarios of CSS
#Demonstrate the uses of Inline, Internal and External CSS.
#Engage students with real life uses example of CSS.
#Demonstrate how CSS can be bind with HTML code..
#Sum up the topic and ask students if they have any doubt
#Sum up the topic and ask students if they have any doubt


== Classroom Assessment ==
== Classroom Assessment ==


# Write a CSS property for change background color of body tag.
# Write a separate HTML and css file and link css file with HTML.

Latest revision as of 23:17, 8 April 2024

User:Niraj Bhatt/Micro-Teaching Lesson Plan 5[edit | edit source]

Subject : Web Technology.

Period: first

Topic: CSS

Teaching Item: Inline, Internal and External CSS

Class: BICT 3rd Semester

Unit: One

Time: 15 min

No. of Students: 15

Objectives[edit | edit source]

At the end of this lesson, students will be able to

  1. Understand the working of Inline, Internal and External CSS

Teaching Materials[edit | edit source]

  • Daily materials

Teaching Learning Activities[edit | edit source]

  1. Introduce todays topic with students.
  2. Explain about working of Inline, Internal and External CSS.
  3. Demonstrate the uses of Inline, Internal and External CSS.
  4. Sum up the topic and ask students if they have any doubt

Classroom Assessment[edit | edit source]

  1. Write a separate HTML and css file and link css file with HTML.