0% found this document useful (0 votes)
18 views2 pages

6 HTML 3

This document is a lesson plan for a Class 6 Computer Studies course focusing on HTML, specifically more tags in HTML. It covers various HTML tags such as heading tags, paragraph tags, center tags, line breaks, and text formatting tags like bold, italic, and underline. Additionally, it includes a worksheet with questions related to HTML concepts and tags for students to answer.

Uploaded by

Debasree Sinha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

6 HTML 3

This document is a lesson plan for a Class 6 Computer Studies course focusing on HTML, specifically more tags in HTML. It covers various HTML tags such as heading tags, paragraph tags, center tags, line breaks, and text formatting tags like bold, italic, and underline. Additionally, it includes a worksheet with questions related to HTML concepts and tags for students to answer.

Uploaded by

Debasree Sinha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Subject Computer Studies Class : 6

Plan No 3 Developed by: Papiya


Mukherjee

Title/chapter HTML -An Introduction Date: 16.12.2021

Topic More Tags in HTML


Questions on worksheet 2

More Tags in HTML:


Heading tags <H1> to <H6>
These types are used to define different heading levels in an HTML document. These are
basically used to emphasise the text. There are six heading levels, H1 to H6. The H1
heading style displays the text in the largest size and is mainly used for main heading.

<P> TAG
To display a long piece of text on a web browser, paragraph element <P> is used , which
marks a block of text as a paragraph. To mark the end of a paragraph </P> element is
[Link] we Start another paragraph , the web browser will leave one line between the
two paragraphs. A parat can be aligned using the attribute align .

<CENTER> TAG
The <CENTER> tag is a used to align the text to the centre of the page or any table cell. To
centre the text , type <CENTER> before the text and type <CENTER> after closing the text.
<BR>
We can introduce a line break into your HTML document with the help of <BR> tag. It splits
the line and disps the text on a new line.
<B>
The <B> tag is used when you need to emphasise the text. Type <B> before typing the text
that you want to display as bold and then type </B> to close the tag.
<I>
To draw the attention of the reader to any important information, <I> tag is user. This tag
marks up the text in italic style.
<U>
The tag underlines the text enclosed in its ON and OFF tags I.e. <U> and
</U> respectively.

Worksheet 2
Copy all the Questions :
A. Answer the Following
1. What is HTML
2. What do you understand by tags? How many types of tags are there?
3. Differentiate between container tag and Empty tag.
4. Write the uses of the following HTML tags:
a. <Bgcolor>
b. <font>
c. <p>
d. <center>
e. <br>
5. Who is the founder of WWW?
6. Write examples of web browser.
7. What is the extension of an HTML file?
8. What is Hypertext?
9. Define web page and website.
10. What is the significance of HEAD and BODY section in an HTML document?

You might also like