0% found this document useful (0 votes)
2 views

L-7 HTML - An Introduction

This document is an educational resource for 6th-grade students on HTML, covering key concepts such as tags, attributes, and the structure of HTML documents. It includes fill-in-the-blank exercises, true/false questions, multiple-choice questions, matching exercises, and short answer questions to reinforce learning. The document also differentiates between container and empty tags and outlines the requirements for creating web pages.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

L-7 HTML - An Introduction

This document is an educational resource for 6th-grade students on HTML, covering key concepts such as tags, attributes, and the structure of HTML documents. It includes fill-in-the-blank exercises, true/false questions, multiple-choice questions, matching exercises, and short answer questions to reinforce learning. The document also differentiates between container and empty tags and outlines the requirements for creating web pages.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Std-6th Subject-Computer

Chapter-7 HTML- An Introduction


Fill ups
1.Opening and Closing tags are used in Container Tags.
2.There is no closing tag in <br> tag.
3.The text editor named Notepad is used for creating HTML document.
4.HTML document is opened in Web browser.
5..html extension is used to save HTML document.
6.In HTML document first and last tag should be html.
7. SuperScript text is smaller than regular text and is raised off the baseline.
8.The <body> tag is used to represent the body of the document.
9.The line break tag is used to start the text from the next new line.
10.The <head> tag is used for providing header information.
True or False
1.The HTML tags can be written in capital or small letters of English
Alphabets. True
2.Notepad can be used as html editor.True
3.Body tag is written after Head tag. False
4.Container tag is a solo tag. False
5.Title is written in Head tag. False
6.There are 6 levels of Heading. True
7.The tag <p> is used for Paragraph. True
8.The attributes of a list are: Face,Size,Color. False
9.The tag <br> is used to make the text dynamics. False
10.To underline the text, use the underline tag. True
Full Forms
1. HTML-Hyper Text Markup Language.
2. <b>-Bold
3. <i>-Italics
4. <u>-Underline
5. <p>-Paragraph
6. <br>-Line Break
7. <SUP>-Superscript
8. <SUB>-Subscript
9. <s>-Strike through
10.<HR>-Horizontal Rules.
Choose the correct answer
1.Which of the following tags is used for line breaks in the documents?
a)<p> b)<br> c)<hr>
2.Which of the following tags is used for paragraph breaks in the
documents?
a)<p> b)<br> c)<hr>
3.Which of the following tags is not an empty tag?
a)<p> b)<br> c)<hr>
4.Which of the following is not a web browser?
a)Mozilla Firefox b)Opera c)Notepad
5.Which of the following tags is used for boldfacing the text?
a)<br> b)strong c)<li>
6.Which of the image file extensions cannot be inserted in the web page?
a).pcd b).gif c).jpg
7.You can insert _____ images in your web pages.
a)1 b)5 c)Unlimited
8.Which of the following tag is used for creating Italic text?
a)<html> b)<i> c)<u>
9.Which of the following tag is used to strike through your text?
a)<s> b)<u> c)<b>
10.Which of the following tag is used to create superscript text?
a)<sup> b)<s> c)<sub>
11.Which of the following tag is used to create subscript text?
a)<sup> b)<s> c)<sub>
Matching
1.Break Tag-Start the text from next new line.
2.Background-Specifies a background image for a document.
3.bgcolor-Specifies a background color for a document.
4.Text-Specifies the Color of the text in a document.
5.<SUB>-Subscript
6.<FONT COLOR>-used for changing font color.
7.<CENTER>-Align the text in center.
8.<html>-start tag.
9 Head tag-used for providing header information.
10.Body tag-used for representing the body of the document.
Answer in one word
1.Which tag is used for providing header information?
A Head tag
2.Which tag is used for representing the body of the document?
A Body tag
3.Name one text editor to create HTML web pages?
A Notepad
4.What are used with their respective attributes to create HTML document?
A HTML tags
5.Which tags are used in pairs?
A Container tags
6. How many types of tags are used in HTML?
A Two
7. Which tag is used to align the heading in center?
A Center tag
8. Which tag is used to start the text from the next new line?
A Break tag <br>
9. Which tags are used to separate the text in new line?
A Paragraph tag <p>…</p>
10.Which tags are used to create Italic text?
A Italic tag <i>…</i>
Differentiate between
Container tag Empty tag
1)Container tags are used in pairs. 1)Empty tag is solo tag.
2)They are used as starting and 2)It does not have any ending tag.
closing tags.
3)Eg.<font>…</font> 3)Eg.<br> tag

Answer in brief
1. What is HTML?Write the Structure of HTML?
Ans HTML means Hyper Text Markup Language which is used for
organising, formatting and linking pages of text, graphics and other
information.
2. What is a web browser?
Ans A web browser is a software application for accessing information on
the world wide web.
3.What are the requirements of web pages?
Ans 1)Computer with Windows. You can also use Macintosh or Unix
machine.
2)For accessing the web pages, modem should be of atleast 28.8 KBPS
standard. A 56 KBPS standard modem is good.
3)Internet Connection.
4)A web browser program to retrieve and display HTML web pages.

Assignment-:Pg no-125,126,127

You might also like