User:Elina Real Teaching Lesson Plan 11

From ICTED-WIKI
Revision as of 11:16, 29 January 2024 by Elina (talk | contribs) (Created page with "Subject:Computer Science Class:8 Section:"B" Unit:17 Topic:Introduction to HTML with its types Time:45min School:Adarsha Secondary School Specific Objectives: At the end of this lesson, student will be able to: understanding the concept of HTML heading, create heading and sub-heading in HTML document. create paragraph in web page. Teaching Material: Whiteboard & marker Laptop and projector Introduction: HTML heading tag is used to define the headings of a page. There are...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Subject:Computer Science Class:8 Section:"B" Unit:17 Topic:Introduction to HTML with its types Time:45min School:Adarsha Secondary School Specific Objectives: At the end of this lesson, student will be able to: understanding the concept of HTML heading, create heading and sub-heading in HTML document. create paragraph in web page. Teaching Material: Whiteboard & marker Laptop and projector Introduction: HTML heading tag is used to define the headings of a page. There are six levels of headings defined by HTML. These 6 heading elements are h1, h2, h3, h4, h5, and h6.

defines the most important heading and

defines the least important heading. HTML Tag types: Paired tag:A tag is said to be a paired tag if it is written with the opening and closing tag. the effect of a paired tag is applied only to the text they contain. It is also called Container tag. example of paired tag are

<a> </a>
syntax:

synatx of paired tag

. Singular tag:singular tag does not have a closing tag. it is also callled an empty tag. eg: