🖥️ Class 10 Computer Applications – Ch 3 HTML-I Type B Application-Oriented Questions with Answers
📘 Subject: Computer Applications
📚 Chapter: 3 – HTML – I
🎓 Class: 10 (CBSE Board)
✍️ Prepared by: MasterG
Class 10 Computer Applications – Chapter 3 HTML-I Type B Application-Oriented Questions
Class 10 Computer Applications – HTML-I Type B Application-Oriented Questions with Answers
Below are all the important Application-Oriented Questions from Chapter 3 – HTML-I, based on CBSE Sample Paper Term-I and textbook exercises.
Q. 1: Himansh is creating a website for the Highland Chess League. Part of the HTML for the home page is shown below.
<head>
<title> Highland Chess League</title>
<meta name=”description” content = ” The Highland Chess League”/>
<meta name=”keywords” content = “chess, league, game, Highland, hobbies” />
<body>
<div align = “centre”>
<p> Welcome to the Highland Chess League Home Page </p>
<p> Play the board <u>not</u> the man </p>
</div>
</body>
(a) The window shown alongside is seen when a browser is used to view the home page. Use the HTML code above to identify the contents displayed in A, B and C.
Ans: A → Title bar, B → Body content, C → Underlined text
(b) The meta tag specifies keywords used by spiders of search engines. Where do you provide (inside which tag) the meta information in HTML code?
Ans: <head>
Q. 2 Consider the following web page :
(a) The text at P is:
(i) A web address
(ii) A postal address
(iii) An email address
(iv) An office address
Answer: (i) A web address
(b) To follow a link on the page, the user should click at:
(i) P
(ii) R
(iii) S
(iv) T
Answer: (ii) R
(c) The alignment of text at T is:
(i) Left
(ii) Right
(iii) Center
(iv) Same as pointer S
Answer: (i) Left
(d) The text at S provides a way to contact Ski Breaks Ltd using:
(i) Fax
(ii) Post
(iii) Email
(iv) Telephone
Answer: (iii) Email
(e) To use the Internet to find more websites about winter sports, the user should use:
(i) A book
(ii) An email
(iii) A CD-ROM
(iv) A search engine
Answer: (iv) A search engine
📥 Download PDF:
👉 Download Full Q&A PDF
🔔 Stay Connected:
Follow MasterG for more NCERT-based Q&A, mock tests, and video lectures.
Class 10 Computer Applications – Ch 3 HTML-I Type B Application-Oriented Questions with Answers