Entrance Announcement
MICTE 2080
2080 Magh 07
User:Elina Real Teaching Lesson Plan 12: Difference between revisions
Jump to navigation
Jump to search
Created page with "Specific Objectives: At the end of this lesson, student will be able to: Understanding the concepts of HTML font tag change the font-size, font-face and color in web page Teaching Material: Whiteboard and marker laptop with text editor projector or screen Introduction: 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 contain..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Specific Objectives: | {| class="wikitable" | ||
|+ | |||
!Subject:Computer Science | |||
!Class: 8'A' | |||
|- | |||
|'''Unit:17''' | |||
|'''Topic:HTML font tag''' | |||
|- | |||
|'''No of student:64''' | |||
|'''Time:45min''' | |||
|- | |||
|'''School:Adarsha Secondary School''' | |||
|'''period:7th''' | |||
|} | |||
== Specific Objectives: == | |||
At the end of this lesson, student will be able to: | At the end of this lesson, student will be able to: | ||
Understanding the concepts of HTML font tag | * Understanding the concepts of HTML font tag | ||
change the font-size, font-face and color in web page | * change the font-size, font-face and color in web page | ||
Teaching Material: | |||
Whiteboard and marker | == Teaching Material: == | ||
laptop with text editor | |||
projector or screen | * Whiteboard and marker | ||
* laptop with text editor | |||
Start by asking a questions about previous knowledge of HTML font, | * projector or screen | ||
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, | == Introduction: == | ||
Font tag do not support in HTML 5. | |||
Basic font tag attribute: | * Start by asking a questions about previous knowledge of HTML font, | ||
Font size attributes: This attributes is used to adjust the size of the text in HTML document using a font tag with a size attribtes. The font size range from 1 to 7 and the default size is 3. | * Font tag defines the font size, color and face or the text in an HTML document, | ||
Font face attributs: <font> face attributes is used tosprcify the font family of the text inside <font> element. | * It is used to define the font style for the text contained within it, | ||
Font color attributes: It is used to set the text the color using a font tag with the color attributes in an HTML document. | * Font tag do not support in HTML 5. | ||
Classroom Activity: | |||
choose a simple examples (e.g write a program using font-size 1 to 7), | == Basic font tag attribute: == | ||
Encourage the student to ask the questions and its uses. | '''Font size attributes:''' This attributes is used to adjust the size of the text in HTML document using a font tag with a size attribtes. | ||
Hands on practice: | |||
Provide a laptop/desktop with text editor (like Notpad,Vscode) or an online HTML editor. | The font size range from 1 to 7 and the default size is 3. | ||
Instruct a student to create a simple HTML file using HTML font-face. | |||
Ask them to use different tags to create a basic structure:heading and paragraph. | '''Font face attributs:''' <font> face attributes is used tosprcify the font family of the text inside <font> element. | ||
walk around to assist studnet and answer questions. | |||
Conclusion: | <font><font>'''Font color attributes:''' It is used to set the text the color using a font tag with the color attributes in an HTML document. | ||
Summarize the key points :font size attributes, font-color attributes and font -face attributes. | |||
Emphasize the role of HTML in modifying fonts and its significane in web design, | == <font><font>Classroom Activity: == | ||
Encourage further exploration of HTML Fonts. | |||
Assessment: | * <font><font>choose a simple examples (e.g write a program using font-size 1 to 7), | ||
How to change font-color in | * <font><font>Encourage the student to ask the questions and its uses. | ||
How to increase font size in paragraph ? | * '''[[practice Activity 1:]]''' | ||
Can HTML 5 supports the HTML font tag ? | * '''[[Practice Activity 2:]]''' | ||
== <font><font>Hands on practice: == | |||
* <font><font>Provide a laptop/desktop with text editor (like Notpad,Vscode) or an online HTML editor. | |||
* <font><font>Instruct a student to create a simple HTML file using HTML font-face. | |||
* <font><font>Ask them to use different tags to create a basic structure:heading and paragraph. | |||
* <font><font>walk around to assist studnet and answer questions. | |||
== <font><font>Conclusion: == | |||
* <font><font>Summarize the key points :font size attributes, font-color attributes and font -face attributes. | |||
* <font><font>Emphasize the role of HTML in modifying fonts and its significane in web design, | |||
* <font><font>Encourage further exploration of HTML Fonts. | |||
== <font><font>Assessment: == | |||
* <font><font>How to change font-color in web page ? | |||
* <font><font>How to increase font size in paragraph ? | |||
* <font><font>Can HTML 5 supports the HTML font tag ? |
Revision as of 11:34, 31 January 2024
Subject:Computer Science | Class: 8'A' |
---|---|
Unit:17 | Topic:HTML font tag |
No of student:64 | Time:45min |
School:Adarsha Secondary School | period:7th |
Specific Objectives:
At the end of this lesson, student will be able to:
- Understanding the concepts of HTML font tag
- change the font-size, font-face and color in web page
Teaching Material:
- Whiteboard and marker
- laptop with text editor
- projector or screen
Introduction:
- 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 5.
Basic font tag attribute:
Font size attributes: This attributes is used to adjust the size of the text in HTML document using a font tag with a size attribtes.
The font size range from 1 to 7 and the default size is 3.
Font face attributs: face attributes is used tosprcify the font family of the text inside element.
Font color attributes: It is used to set the text the color using a font tag with the color attributes in an HTML document.
Classroom Activity:
- choose a simple examples (e.g write a program using font-size 1 to 7),
- Encourage the student to ask the questions and its uses.
- practice Activity 1:
- Practice Activity 2:
Hands on practice:
- Provide a laptop/desktop with text editor (like Notpad,Vscode) or an online HTML editor.
- Instruct a student to create a simple HTML file using HTML font-face.
- Ask them to use different tags to create a basic structure:heading and paragraph.
- walk around to assist studnet and answer questions.
Conclusion:
- Summarize the key points :font size attributes, font-color attributes and font -face attributes.
- Emphasize the role of HTML in modifying fonts and its significane in web design,
- Encourage further exploration of HTML Fonts.
Assessment:
- How to change font-color in web page ?
- How to increase font size in paragraph ?
- Can HTML 5 supports the HTML font tag ?