HTML Fundamentals Class 10 Computer Science Notes and Questions

Notes Class 10 Revision Notes

Please refer to HTML Fundamentals Class 10 Computer Science notes and questions with solutions below. These revision notes and important examination questions have been prepared based on the latest Computer Science books for Class 10. You can go through the questions and solutions below which will help you to get better marks in your examinations.

Class 10 Computer Science HTML Fundamentals Notes and Questions

Multiple Choice Questions

Question 1 What should be the first tag in any HTML document?

Answer

<HTML>

Question 2 What is the correct tag to insert line break in HTML document?
a. <p> b.<u> c.</> d. <IMG>

Question 3 A webpage displays images. Which tag is used to display this image?

Answer

<IMG>

Question 4 The page which is designed in HTML is called?

Answer

Webpage

Question 5 ___________ extension is used to save the HTML webpage

Answer

.jtm or .html

Question 6 Which other tags can be used in tag are:
a. b. c. d. All of the above

Answer

All of the above

Fill in the blanks

Question 1 Full form of HTML is _____________

Answer

Hypertext Mark-up Language

Question 2 ________ list is used to display un-organized list.

Answer

Unordered

Question 3 _________ tag is used to display elements of Unorganized list.

Answer

LI

Question 4 Meaning of ALT is ____________

Answer

Alternate Text

Question 5 ___________ is the main part of HTML webpage in which whole information of webpage is present.

Answer

<BODY>

Question 6 Title is present in ___________ which identifies the heading of HTML web page.

Answer

<HEAD>

TRUE/FALSE

Question 1 HTML is a structured language.

Answer

TRUE

Question 2 Table heading is started with tag and ends with tag.

Answer

TRUE

Question 3 Align tag does not make alignment of attached images instead it does alignment of other contents.

Answer

TRUE

Question 4 Cell padding is the space in pixels between cell contents and cell border.

Answer

TRUE

Question 5 Commonly there are Titles and their meaning with definition in the definition list.

Answer

TRUE

Write Full Forms
1. HTML : Hyper
2. Text Mark-up Language
3. <B>: BOLD
4. <U>: ITALIC
5. <OL>: ORDERED LIST
6. <UL>: UNORDERED LIST
7. <p>: PARAGRAPH
8. <BR>: BREAK LINE
9. SRC : SOURCE
10. <IMG> : IMAGE
11. <TR>: TABLE ROW
12.<TH>: TABLE HEADING
13. <TD>: TABLE DATA
14. LI : LIST ITEM
15. URL : UNIFORM RESOURCE LOCATION

Very short Answer Questions

Question 1 Which tag is used at the starting and end of HTML document?

Answer

<HTML>

Question 2 Write the name of the tag which contains the contents of a whole webpage.

Answer

<BODY>

Question 3 Which extension is used to save the HTML document?

Answer

.htm or .htm

Question 4 Write the name of the tag which is empty tag and is used to break a line.

Answer

<BR>

Short Answer Questions

Question 1 What is HTML?
Ans: Full form of HTML is Hypertext Mark-up Language. It is a simple language. It is a text based language. It is used
to create webpages. HTML Commands that are used in webpages are called Tags. Tags are represented using angular
brackets (<>). There are two types of tags used in HTML: Container tag and Empty tag.

Question 2 What is a Tag?
Ans: HTML commands that are used in a webpage are called Tags. Tags are some special instructions which instruct
web browser to perform special task. Tag is represented using angular brackets (<>).There are two types of tags used
in HTML:
1. Container Tags: These are also called Pair tags or Companion tags. These tags are written twice in the
document: one for opening and one for closing. For example: Hello
2. Empty Tags: These are also called Singular tags. This tag is written one time in a document: only for opening it.
There is no need to close these tags. For Example: <BR>tag.

Question 3 What is tag? Explain.
Ans: tag is used to set an image in web pages. It is an Empty tag. It is started with tag and there is no
closing tag for it. SRC attribute of tag is used to set the address of the image. For Example:
<IMG SRC= “abc.jpg>

.Question 4 What tags are used to create a table in HTML document?
Ans: Following tags are used to create a table in HTML document:
1. tag 2. tag 3. tag 4. tag

Question 5 Explain <html> tag with an example.
Ans: <font> tag is used to change text style, size and colour in Web pages. <font>tag is a container tag. It is started with <font> tag and is closed with <font> tag. Face, Size and Color are the common attributes that are used in font
tag. For Example: <font face=’Arial’ size= ‘2’ color= ‘red’>Hello </font>

Other Important Questions

Question 1 Explain BGCOLOR.
Ans: BGCOLOR is an attribute that is used in <Body> and <Table> tag in HTML document. Full form of BGCOLOR is
background color. This attribute is used to change the background colour of a webpage or a table. For Example:
<Body BGCOLOR= ‘Red’>

Question 2 Explain BACKGROUND.
Ans: BACKGOUND is an attribute that is used in <Body> tag in HTML document. Background attribute is used to set
background image of a web page. For Example: <BODY BACKGROUND= “abc.jpg”>

Question 3 Explain colspan.
Ans: Colspan is an attribute that is used in <TD> and <TH> tag in HTML document. This attribute is used to merge
two or more column- cells in a HTML table. For Example <TD colspan=2>

Question 4 Explain row span.
Ans: Colspan is an attribute of <TD> and <TH> tag in HTML document. This attribute is used to merger two or more
row-cells in a HTML table. For Example <TD rowspan=2>

Question 5 Write the difference between Ordered and Unordered Lists of HTML.
Ans: Following are the main differences between ordered and unordered lists:

HTML Fundamentals Class 10 Computer Science
HTML Fundamentals Class 10 Computer Science

We hope the above HTML Fundamentals Class 10 Computer Science are useful for you. If you have any questions then post them in the comments section below. Our teachers will provide you an answer. Also refer to MCQ Questions for Class 10 Computer Science