Page 82 - CA 165 ver 1.0 Class 10
P. 82
C. Application Based Questions.
1. Shanaya has written an HTML code. She now wants to add textual content which appears in HTML code
but not in final webpage layout. How can she do this?
Ans. Inserting comments
2. Priyanshi wants to increase the thickness of a word in between a paragraph in a web page to highlight it.
But, she does not know which tag can she use to do so. Suggest her the appropriate tag.
Ans. <B> tag
Unsolved Exercise
PART A
A. Very Short Answer Type Questions.
1. Which tag is used to draw a red horizontal line on the web page?
2. Write one line HTML code to create a heading as level 5 in Yellow color.
3. Write one line HTML code to make the "I Love India" text bold with a line drawn through the middle of it.
4. Write the HTML code to create an ordered list with the numbering as i., ii., iii. and so on.
5. Which attribute is used to set the background color of a web page?
B. Case Based MCQs
Tags refers to the code of instructions that are used in a markup language like HTML to perform an
action. It is the fundamental unit of coded document in HTML. It is surrounded by special delimiter
characters i.e., a tag is enclosed within angular brackets ‘<’ and ‘>’. If brackets are not given, then the
browser interprets the code to be a part of the normal text not tags. A tag tells the web browser, how
that part of the document is to be displayed in a web page. There are two types of tags that are used in
HTML: container tag and empty tag.
1. Which of following symbol is used to create a tag?
i. # # ii. < >
iii. @ @ iv. / /
2. Which of the following is an empty tag?
i. <HR> ii. <BR>
iii. Both i and ii iv. None of these
3. Which one of the following is a container tag?
i. <BODY> ii. <HTML>
iii. <TITLE> iv. All of these
4. Which of the following tag is used to specify a background image?
i. Bgcolor ii. Bgcolour
iii. Background iv. None of these
5. <!- -> is a ..................................... .
i. Underlined tag ii. Comment Tag
iii. Underlined with bold tag iv. None of these
80 Touchpad Computer Applications-X

