Page 84 - CA 165 ver 1.0 Class 10
P. 84
C. 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]
Previous Years’s Questions
1. Identify invalid HTML tag from the following list: [CBSE, 2022]
(a) <h6> … </h6> (b) <h4> … </h4>
(c) <h5> … </h5> (d) <h7> … </h7>
2.. Extension of HTML file is: [CBSE, 2022]
(a) .ht (b) .htl
(c) html (d) All of the above
3. The ..................................... tag in HTML is used to define that portion of the document which contains information
related to the document. [CBSE, 2022]
(a) <top> (b) <head>
(c) <main> (d) <info>
4. Identify the correct statement with reference to <P> tag: [CBSE, 2022]
(a) It is used within the <BODY> tag.
(b) The <p> tag defines a paragraph.
(c) Browsers automatically add a single blank line before and after each <p> element.
(d) All of the above
5. OL stands for: [CBSE, 2022]
(a) Organised List (b) Outstanding List
(c) Ordered List (d) Overall List
6. The ..................................... tag defined the terms in the description list. [CBSE, 2022]
(a) <DL> (b) <DT>
(c) <DD> (d) All of the above
7. The <title> element: [CBSE, 2022]
(a) define a title in the browser toolbar
(b) provide a title for the page when it is added to favourites
(c) displays a title for the page in search-engine results
(d) All of the above
82 Touchpad Computer Applications-X

