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

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "lesson plan 3")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
lesson plan 3
{| 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  Fonts
|'''No.  of Students:''' 18
|}
 
= OBJECTIVES =
 
* Understanding the concepts of HTML font tag
* change the font-size, font-face and color in HTML document
 
= 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,
 
* Start by asking a questions about previous knowledge of HTML font,
* Font tag defines the font size, color and face or the text in an    HTML document,
* It is used to define the font style for the text contained within    it,
* Font tag do not support in HTML
 
* Encouraging students to ask questions or share their thoughts,
* clarifying doubts and summarizing topic in brief,
 
= EVALUATION =
 
* How to change font-color in HTML ?
* How to increase font size in paragraph ?
* Can HTML 5 supports the HTML font tag ?

Latest revision as of 03:35, 4 April 2024

Subject : Web Technology Class: MICTE 3rd Semester
Period: Third Unit: One
Topic: Introduction to HTML Time: 15 min
Teaching Item:  HTML Fonts No. of Students: 18

OBJECTIVES[edit | edit source]

  • Understanding the concepts of HTML font tag
  • change the font-size, font-face and color in HTML document

TEACHING MATERIALS[edit | edit source]

  • Whiteboard,
  • marker,
  • Computer with text editor (such as Sublime text,VS code and notepad++),
  • Browser for testing (chrome & ms edge).

TEACHING LEARNING ACTIVITIES[edit | edit source]

  • Greeting students and introducing today's topic with them,
  • Start by asking a questions about previous knowledge of HTML font,
  • Font tag defines the font size, color and face or the text in an HTML document,
  • It is used to define the font style for the text contained within it,
  • Font tag do not support in HTML
  • Encouraging students to ask questions or share their thoughts,
  • clarifying doubts and summarizing topic in brief,

EVALUATION[edit | edit source]

  • How to change font-color in HTML ?
  • How to increase font size in paragraph ?
  • Can HTML 5 supports the HTML font tag ?