Home / NCERT Solution / NCERT Solution for Class 9 / NCERT Solutions for Class 9 Computer

CBSE Board NCERT Solutions for Class 9th Computer  Chapter 4 : Introduction to HTML Computer Science
CBSE NCERT Solutions for Class nine Computer  Chapter 4 Introduction to HTML Computer Science


A. Name the tag used for:
1. Inserting a section break
► <br>

2. Marking up text to appear bold
► <b>, </b>

3. Marking up text to appear italic
► <i>, </i>

4. To change the font size of the entire html document.
► <font size=amount of the number>, </font> Here, amount of the number means any number such as 2,3,4 by which we want to increase font size. We can also use negative number.

5. To write a paragraph aligned to the right side of the page.
► <p align=right>, </p>

B. Correct the errors in the following HTML code: <HTML>
<TITLE> My first program
 <BODY>
<P Align=”centre”> This is my first web program </P>
 <HEAD>
 <HTML>
Answer
<HTML>
<HEAD>
<TITLE> My First Program </TITLE>
</HEAD>
<BODY>
<P align=”center”> This is my first web program </P>
</BODY>
</HTML>

C. Multiple Choice questions:

1. Html uses
(a) Pre specified tags
(b) User defined tags
(c) Fixed tags
(d) Tags used for linking
► (a) Pre specified tags

2. What is the correct html tag for inserting a line break?
(a) <break>
(b) <br>
(c) <lb>
(d) <line break>
► (b) <br>

3. Choose the correct HTML tag to make the text bold
(a) <bold>
(b) <b>
(c) <large>
(d) <Big>
► (b) <b>

4. Choose the correct html tag for the largest heading
(a) <h1>
(b) <heading>
(c) <head>
(d) <h6>
► (a) <h1>

5. How many blank line breaks will a browser create if you enter four <br> tag
(a) 5
(b) None
(c) 3
(d) 4
► (d) 4

D. State True or False:-

1. Html is a case sensitive language.
► False
2. SGML is an improved version of HTML.
► False
3. A tag is a special word enclosed in angle-brackets < >.
► True
4. HTML is divided into 3 sections head, title and body.
► True
5. VLINK defines the link of active link.
► False

E. Answer the following questions:

1. What is font tag? Name the various attributes of font tag.
Answer:
The FONT tag is a container tag that has a number of attributes.
Various attributes of font tag:
FACE: Sets the text to the name of the font used as its value.
SIZE: Decides the scale of the text.
COLOR: Changes the color of the text written inside the container tag.

2. Difference between <br> and <hr> tag.
Answer:
<br> and <hr> both are empty tag. But <br> tag is used for creating blank line breaks while <hr> tag is used to insert a horizontal rule on the web page.

3. Differentiate between LINK, ALINK and VLINK.
Answer:
LINK: Defines the color of the link in the document.
ALINK: Defines the color of the active link in the document.
VLINK: Defines the color of the visited link in the document.

4. Explain heading tag with the help of a suitable example.
Answer:
<H1> This text is in largest font i.e. H1 font </H1>
<H2> This text is in larger font i.e. H2 font </H2>
<H3> This text is in medium large font i.e. H3 font </H3>
<H4> This text is in medium small font i.e. H4 font </H4>
<H5> This text is in smaller font i.e. H5 font </H5>
<H6> This text is in smallest font i.e. H6 font </H6>
The above code produces the following output:
5. Difference between container tag and empty tag.
Answer:
A container tag has both the start and the end tag. The text or the graphic is inserted inside the beginning and end tag of the container tag. For example: <body>This is a container tag</body>. The <BODY> tag here is a container tag which has both the beginning and the ending tag and the text in between both the tags. whereas
The empty tag is a stand-alone tag. This implies that such a tag has beginning but no ending tag. For example: The <BR> tag is used for adding one line break. Such a tag does not need an end so as to tell the browser, that end of line break has come because there is no need. Such a tag is called empty tag.

6. Write down the basic structure of HTML document. Answer:
<HTML>
<HEAD>
<TITLE> The Structure of HTML Document
</TITLE>
</HEAD>
<BODY>
 The Body of the HTML Document
</BODY>
</HTML>

7. How do you create a comment tag?
Answer:
In HTML Cooment tag is written as : <!–, followed by description or remark on a command, followed by –>. For example: <!– Hello –>.

8. Name and explain any 2 attributes of body tag.
Answer:
1. BGCOLOR: The background of the webpage is displayed with a color that has been taken as value by this attribute.
2. BACKGROUND: The background of the webpage is displayed with an image whose address is taken as value by this attribute.

9. Name the tools required to create a html document.
Answer:
The tools required to create a html document are:
1. A text editor/HTML editor
2. A Web Browser

10. Write a short note on HTML.
Answer:
HTML refers to Hypertext Markup Language. It was founded in November 1990 by a scientist called Tim Berneses-Lee. The purpose was to make it easier for scientists at different university to gain access to each other’s research documents.HTML is not an invention but an improved version of Standard Generalised Markup  Language(SGML). HTML comparise of tags and attributes to show data in browser.

Related Topic :

To Play Quiz Online

What is LibreOffice? LibreOffice Impress Features ?

LibreOffice Impress CCC Questions and Answer in Hindi 2022

CCC LibreOffice Calc Paper Questions with Answers

CCC NIELIT Quiz 2022

Interview Questions and Answers for Experience

MCQ

Interview Questions and Answers for Freshers

Related Topic :
Download NCERT Book for Class 9NCERT Solution for Class 9 Syllabus
What is LibreOffice? LibreOffice Impress Features ?LibreOffice Impress CCC Questions and Answer in Hindi 2022
CCC LibreOffice Calc Paper Questions with AnswersCCC NIELIT Quiz 2022
Interview Questions and Answers for ExperienceInterview Questions and Answers for Freshers
MCQS 

EducationIdol are provided study materials for Class 9 Computer , NCERT solutions for Class 9 Computer revision notes, NCERT solutions for Class 9 Computer chapter 4 question papers, NCERT solutions for Class 9 Computer chapter 4 sample papers, NCERT solutions for Class 9 Computer chapter 4 syllabus and NCERT solutions for Class 9 Computer chapter 4 important questions. Students can prepare and score well using education idol study materials.