Previous Year Board Examination Question Answer
Computer Application Code 165
Unit 1 HTML – I Basic HTML Elements
Fill in the blanks.
1. HR tag is used for ______. [2014]
Answer: horizontal rule
2. ______ tag is used to bring the text to new line. [2013, 2014]
Answer: <BR>
3. _____ attribute is used to define the thickness of horizontal rule. [2013]
Answer: size
4. ____ tag is used to insert a line break on a web page. [2013]
Answer: <BR>
5. The tag _____ is used to create subscripts and ____ tag is used to create superscripts on a web page. [2011]
Answer: <sub>, <sup>
State True or False.
6. <P> tag has no closing tag. [2014]
Answer: False
7. There must be only one <body> tag in each web page. [2014]
Answer: True
8. Extension of XML file is .html. [2013]
Answer: False
9. HTML is a case sensitive. [2011]
Answer: False
10. Line breaks are given through <BR>. [2015]
Answer: True
Multiple Choice Questions.
11. The tags that require a starting, as well as an ending tag are called. [2014]
(a) Pair elements
(b) Empty elements
(c) Container elements
(d) Twin elements
Answer: c. container elements
12. The document structure elements of HTML page is/are : [2014]
(a) HTML
(b) BODY
(c) HEAD
(d) All of the above
Answer: d. All of the above
13. Which of the following will give the largest size of the text. [2014]
(a) <h3>
(b) <h6>
(c) <h2>
(d) <h4>
Answer: c. <h2>
14. Attribute for choosing a type of font is [2014]
(a) Character
(b) Face
(c) Font
(d) Type
Answer: b. Face
15. Which is correct to change the text colour to red ? [2014]
(a) <BODY bgcolor = red>
(b) <BODY text = red>
(c) <BODY color = red>
(d) None of the above
Answer: b. <BODY text = red>