Entrance Announcement
MICTE 2080
2080 Magh 07
User:Elina Real Teaching Lesson Plan 11
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>
synatx of paired tag
. Singular tag:singular tag does not have a closing tag. it is also callled an empty tag. eg: