Page 110 - CA_165_V2.0_Flipbook
P. 110
Specification-2: The page should consist of a numbered list.
Specification-3: The page should display the countries and their landmarks in a nested list.
Specification-4: The inner list should be bulleted (unordered list).
D. Application-based questions.
1. Raghav wants to set the background colour of his webpage as Red. He wrote the following HTML code.
<BODY BACKGROUND="Red">
Identify the error and write the corrected HTML statement.
2. Gagandeep has written the following code to display an image in the background of HTML document:
<BODY BgGround= "Animals.jpeg">
He is not getting the desired output. Help him in identifying correct code from the following:
i. <BODY Bg= "Animals.jpeg">
ii. <BODY BACK= "Animals.jpeg">
iii. <BODY BGIMAGE= "Animals.jpeg">
iv. <BODY BACKGROUND= "Animals.jpeg"> [CBSE SQP 2021-22]
SECTION C
(Case-based/Passage-based Type Questions)
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. BGIMAGE
5. <!- -> is a ..................................... .
i. Underlined tag ii. Comment Tag
iii. Underlined with bold tag iv. Line break tag
108 Touchpad Computer Applications-X

