Class 10 Computer Applications – Chapter 3 HTML-I MCQs with Answers

🖥️ Class 10 Computer Applications – Ch 3 HTML-I MCQ with Answers

📘 Subject: Computer Applications
📚 Chapter: 3 – HTML – I
🎓 Class: 10 (CBSE Board)
✍️ Prepared by: MasterG


Class 10 Computer Applications – Chapter 3 HTML-I MCQs with Answers

Class 10 Computer Applications – HTML-I Objective Questions with Answers

Below are all the important Multiple Choice Questions (MCQs) from Chapter 3 – HTML-I, based on CBSE Sample Paper Term-I and textbook exercises.

Objective Type Questions – HTML

Q1. HTML is acronym for
(a) High Text Marker Language
(b) Higher Text Markup Language
(c) Hyper Text Markup Language
(d) Hyper Transfer Makeup Language

Answer: (c) Hyper Text Markup Language


Q2. A coded HTML command that indicates how part of a web page is displayed is called—
(a) Attribute
(b) Tag
(c) Style
(d) All of these

Answer: (b) Tag


Q3. Which of the following tags identifies the document as an HTML document?
(a) <HTML>
(b) <HEAD>
(c) <BODY>
(d) <P>

Answer: (a) <HTML>


Q4. The tags that require a starting as well as ending tag are called—
(a) Pair element
(b) Twin Element
(c) Container Element
(d) Empty Element

Answer: (a) Pair element / (c) Container Element ✅
(Both are correct terms used for tags like <html>...</html>, <p>...</p>)

Q5. Which sequence of HTML tags is correct?
(a) <html><head><title></title></head><body></body></html>
(b) <html><head><title><body></title></head></body></html>
(c) <html><head><title></head><body></body></title></html>
(d) <html><head><title><body></body></title></head></html>
Answer: (a) <html><head><title></title></head><body></body></html>


Q6. To specify the background image for the document, Background attribute is used with which tag?
(a) <BODY>
(b) <HTML>
(c) <P>
(d) None of these
Answer: (a) <BODY>


Q7. To define the basic font size, which of the following tags is used?
(a) SIZE
(b) BASEFONT
(c) FONT
(d) All of these
Answer: (d) All of these


Q8. The unnumbered lists can be created by ___ tag.
(a) <UL>
(b) <OL>
(c) <LI>
(d) Both (a) and (b)
(e) Both (a) and (c)
Answer: (e) Both (a) and (c)


Q9. The numbered lists can be created by ___ tag.
(a) <UL>
(b) <OL>
(c) <LI>
(d) Both (a) and (b)
(e) Both (a) and (c)
(f) Both (b) and (c)
Answer: (f) Both (b) and (c)


Q10. Output of the following code:

 
<ol type='I'>
<li>First</li>
<li>Second</li>
<li>Third</li>
<li>Fourth</li>
</ol>

(a) I. First, II. Second, III. Third, IV. Fourth
(b) I. First, II. Second, III. Third, IV. Fourth
(c) I First, II Second, III Third, IV Fourth
(d) I First, II First, III Third, IV Fourth
Answer: (a) I. First, II. Second, III. Third, IV. Fourth

Class 10 Computer Applications – Ch 3 HTML-I MCQ


Q11. We can create a numbered list using the ___ tag.
(a) <UL>
(b) <LIST>
(c) <OL>
(d) <DL>
Answer: (c) <OL>


Q12. Identify which of the following creates a bulleted list.
(a) Unordered
(b) Ordered
(c) Definition
(d) Numbered
Answer: (a) Unordered


Q13. In <OL> and <UL>, the style of bullet/number is defined by:
(a) type attribute
(b) style attribute
(c) both (a) and (b)
(d) None of these
Answer: (a) type attribute


Q14. Which value of type in <UL> produces a solid circle bullet?
(a) disc
(b) circle
(c) square
(d) none of these
Answer: (b) circle


Q15. Tags required to create Description lists in HTML are:
(a) <DL>
(b) <DT>
(c) <DD>
(d) All of the above
Answer: (d) All of the above


Q16. An advantage of using HTML is:
(a) all word processors can display it
(b) all browsers can display it
(c) it prints better than word docs
(d) easier to write in HTML
Answer: (b) all browsers can display the document


Q17. Factors that do not affect how an HTML page looks:
(a) operating system
(b) window size
(c) color depth
(d) HTML tags
Answer: (a) operating system


Q18. Every HTML document must include:
(a) <html></html> & <body></body>
(b) <body></body> & at least one <p>
(c) <html> & <head>
(d) <html> & <title>
Answer: (c) <html> & <head>


Q19. HTML code:

 
<font face="Arial" size="3" color="#000000">Welcome</font>

How will text appear?
(a) Welcome
(b) Welcome
(c) Welcome
(d) Welcome
Answer: (c) Welcome


Q20. Which attribute is not valid for <BODY>?
(a) background
(b) color
(c) vlink
(d) leftmargin
Answer: (d) leftmargin


Q21. Which attribute is NOT valid for <body> tag?
(a) background
(b) color
(c) vlink
(d) bgcolor
Answer: (c) vlink


Q22. Which is NOT a valid attribute of <font>?
(a) color
(b) face
(c) type
(d) size
Answer: (c) type


Q23. How can you make text bold?
(a) <b>text</b>
(b) <strong>text</strong>
(c) both (a) and (b)
(d) neither
Answer: (c) both (a) and (b)


Q24. Correct tag to make text italic:
(a) <italic>
(b) <i>
(c) <italics>
(d) <ital>
Answer: (b) <i>


Q25. If background image is smaller than screen:
(a) stretched
(b) blank space left
(c) repeated
Answer: (c) repeated


Q26. The <title> tag belongs in:
(a) Head
(b) Arm
(c) Body
(d) Foot
Answer: (a) Head


Q27. Correct HTML tag for largest heading:
(a) <heading>
(b) <h6>
(c) <h1>
(d) <h10>
Answer: (c) <h1>


Q28. Besides <b>, another way to bold text is:
(a) <strong>
(b) <dark>
(c) <fat>
(d) <foot>
Answer: (a) <strong>


Q29. Attribute used to choose font type:
(a) Character
(b) Face
(c) Text-type
(d) Font-type
Answer: (b) Face


Q30. Why specify a background color if using image?
(a) Color shows until image loads
(b) In case image doesn’t fit
(c) Helps text visibility
(d) All of these
Answer: (a) Color shows until image loads


Q31. All webpages consist of two parts:
(a) Head and body
(b) Top and bottom
(c) Body and frameset
Answer: (a) Head and body


Q32. HTML is:
(a) Programming language
(b) Layout language
(c) Markup language
(d) Both (b) & (c)
Answer: (c) Markup language


Q33. A tag is:
(a) HTML command
(b) VB command
(c) C++ command
(d) None of these
Answer: (d) None of these


Q34. Container elements require:
(a) Starting tag
(b) Ending tag
(c) Both starting & ending
(d) None
Answer: (c) Starting and Ending tag


Q35. Background attribute of <BODY> is used to:
(a) give background color to webpage.
(b) load an image and use it as a background when displaying webpage.
(c) insert an image within webpage.

(d) None of these.

Answer: (a) set webpage background color

Q36. With which HTML tag do you apply attributes that modify text size, font-face, and color?
(a) <font>
(b) <mod>
(c) <f>
(d) <text>
Answer: (a) <font>


Q37. Which HTML tag would you apply the bgcolor attribute in order to change the background color of the web page?
(a) <html>
(b) <head>
(c) <body>
(d) <p>
Answer: (c) <body>


Q38. Gagandeep has written the following code to display an image in the background of HTML document:

 
<BODY BgGround="Animals.jpeg">

but he is not getting the desired output. Help him identify correct code:
(a) <BODY Bg="Animals.jpeg">
(b) <BODY BACK="Animals.jpeg">
(c) <BODY BGIMAGE="Animals.jpeg">
(d) <BODY BACKGROUND="Animals.jpeg">
Answer: (d) <BODY BACKGROUND="Animals.jpeg">


Q39. In which section of an HTML document do you enter the <P> element?
(a) The body section
(b) The footer section
(c) The style sheet
(d) The head section
Answer: (a) The body section


Q40. In which HTML element do you apply attributes that modify the background image?
(a) The <html> element
(b) The <head> element
(c) The <background> element
(d) The <body> element
Answer: (d) The <body> element


Q41. Which heading tag will cause a browser to render text at the largest default size?
(a) <h3>
(b) <h2>
(c) <h5>
(d) <h4>
Answer: (b) <h2> (from the given options)


Q42. Which is the correct way to comment out something in HTML?
(a) Using ## and #
(b) Using <!-- and -->
(c) Using </-- and -/>
(d) Using <--! and -->
Answer: (b) Using <!-- and -->


Q43. Proper syntax to start an HTML comment?
(a) <--
(b) <=>
(c) <comment>
(d) <notate>
Answer: (a) <-- (but correct standard is <!--)


Q44. Which HTML tag is used to insert a horizontal rule?
(a) <h1>
(b) <hr>
(c) <rule>
(d) <br>
Answer: (b) <hr>


Q45. HTML tag to draw horizontal line:
(a) <hl>
(b) <hr>
(c) <hline>
(d) None of the above
Answer: (b) <hr>


Q46. What HTML container tags format text as a paragraph?
(a) <para></para>
(b) <text></text>
(c) <p></p>
(d) <format style="para"></format>
Answer: (c) <p></p>


Q47. Which HTML tags cause text to be italicized?
(a) <text style="italics"></text>
(b) <ital></ital>
(c) <i></i>
(d) <b></b>
Answer: (c) <i></i>


Q48. Interpret <strong>Michelle</strong>
(a) It makes Michelle strong
(b) Highlights Michelle as strong
(c) Displays Michelle in bold font
(d) Prints strong Michelle/strong
Answer: (c) Displays Michelle in bold font


Q49. Which one is correct?
(a) <b>Click Here<b>
(b) <strong>Click Here<strong>
(c) <B>Click Here</b>
(d) <strong>Click Here</strong>
Answer: (d) <strong>Click Here</strong>


Q50. The page title is inside the ___ tag.
(a) Body
(b) Head
(c) Division
(d) Table
Answer: (b) Head

Q51. To align multiple lines of text we use:
(a) Justify
(b) Div
(c) Align
(d) None of these
Answer: (a) Justify


Q52. The value of #FFFFFF is:
(a) Black
(b) White
(c) Red
(d) None of the above
Answer: (b) White


Q53. The value of #000000 is:
(a) Black
(b) White
(c) Red
(d) None of the above
Answer: (a) Black


Q54. In HTML, lists can be:
(a) Unnumbered
(b) Numbered
(c) Definition
(d) All of these
Answer: (d) All of these


Q55. To start a list at the count of 3, use which?
(a) <ol start="3">
(b) <ol begin="3">
(c) <ol list="5">
Answer: (a) <ol start="3">


Q56. Which is the correct way to create a list using lowercase letters?
(a) <ol alpha="a">
(b) <ol type="a">
(c) <ol letter="a">
(d) None of the above
Answer: (b) <ol type="a">


Q57. What is the correct HTML for adding a background color?
(a) <body background="yellow">
(b) <background>yellow</background>
(c) <body style="background-color:is:white">
(d) <body bgcolor="white">
Answer: (d) <body bgcolor="white">


Q58. To create a bulleted list use:
(a) <il>
(b) <ul>
(c) <ol>
Answer: (b) <ul>


Q59. When making bulleted lists you have what options?
(a) disc, circle, square
(b) triangle, square, circle
(c) square, disc, polygon
Answer: (a) disc, circle, square


Q60. Which one of the following is the list type that will create a bulleted list?
(a) unordered
(b) option
(c) decorated
(d) ordered
Answer: (a) unordered


Q61. HTML is a:
(a) Package
(b) Software
(c) Language
(d) None of these
Answer: (c) Language


Q62. Choose the correct HTML tag to make the text bold.
(a) <B>
(b) <BOLD>
(c) <STRONG>
(d) Both (a) & (c)
Answer: (d) Both (a) & (c)


Q63. Choose the correct HTML tag for the largest heading.
(a) <H1>
(b) <H6>
(c) <H10>
(d) <HEAD>
Answer: (a) <H1>


Q64. Which of the following will result in the largest text size?
(a) <H3>
(b) <H6>
(c) <H2>
(d) <H4>
Answer: (c) <H2> (largest among the given options)


Q65. State True or False:
(a) <BR> tag has its closed tag as </BR>. — False
(b) <P> tag has no closing tag. — False
(c) <HR> tag is same as <BR>. — False
(d) <KBD> tag is used to display tables. — False


Q66. The <BR> tag resets the paragraph alignment to the default left alignment. True or False?
Answer: False


Q67. The textual content that appears in the source HTML document but is not rendered by the browser is called ______.
Answer: Comment


Q68. Comments are enclosed in ___ and ___ tags.
Answer: <!-- and -->


Q69. By default <HR> produces a ______ rule.
Answer: Horizontal (rule/line)


Q70. ______ text styles are handled in its own way by the browsers.
Answer: Logical (text styles)


Q71. To display an & on the web page, ______ is used in the source HTML code.
Answer: &amp;


Q72. Two tags break the line flow. These are: ______ and ______.
Answer: <BR> and <P>


Q73. Background colour is set by ______ attribute and background graphics is set by ______ attribute of ______ tag.
Answer: bgcolor attribute, background attribute of the <body> tag


Q74. An element that only has a starting tag and no ending tag is ______ element.
Answer: Empty element (void element)

 


📥 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 MCQ with Answers

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top