Class 10 Computer Application [165]
Unit 2 : HTML – 1
Multiple Choice Questions [Unit 2 – HTML-I Set 3]
41. An HTML document can be created in ___________
a. Notepad
b. Frontpage or Frontpage Express
c. Visual Studio code
d. All of these
42. If you working in Notepad, and crating an HTML document. While saving the file, by default file is saved with ________ extension.
a. .html
b. .htm
c. .txt
d. All of these
43. An HTML document has _________ extension.
a. .html
b. .xml
c. .txt
d. All of these
44. To view the output of html file, you will suppose to open ________ application.
a. Notepad
b. Web Browser
c. Ms Word
d. All of these
45. What is the shortcut to open an html document in browser.
a. Ctrl + S
b. Ctrl + X
c. Ctrl + O
d. Ctrl + W
46. In Browser, the name of file or url is shown in ___________ .
a. Title bar
b. Menu bar
c. Address bar
d. Search box
47. _________ represents one complete individual component.
a. Tag
b. Element
c. Attribute
d. None of these
48. _________ is a keyword to specify certain kind of formatting and display of the content.
a. Tag
b. Element
c. Attribute
d. None of these
49. _________ allows to add extra bit of information.
a. Tag
b. Element
c. Attribute
d. None of these
50. A tag is written within _________ brackets.
a. angle < >
b. parenthesis ( )
c. curly { }
d. square [ ]
51. An element has _______ parts.
a. 1
b. 2
c. 3
d. 4
52. Which of the following are parts of an element?
a. a start tag
b. a end tag
c. content between start and end tags
d. All of these
53. An end tag has same name as that of its start tag but has additional ________ before the tag name.
a. /
b. \
c. ‘
d. “
54. In HTML, there are _________ types of elements.
a. two
b. three
c. four
d. one
55. Which of the following are the valid elements.
a. Container Elements
b. Empty Elements
c. Both a and b
d. None of these
56. A _________ elements require pair tags i.e. a starting as well as an ending tag.
a. Container Elements
b. Empty Elements
c. Both a and b
d. None of these
57. A _________ elements require just a starting tag and not an ending tag.
a. Container Elements
b. Empty Elements
c. Both a and b
d. None of these
58. Identify which of the element is an empty element.
a. <HEAD>
b. <BR>
c. <BODY>
d. <TITLE>
59. Identify which of the element is NOT an empty element.
a. <P>
b. <BR>
c. <HR>
d. <BASE>
60. Identify which of the element is NOT an empty element.
a. <IMG>
b. <LINK>
c. <TITLE>
d. <BASEFONT>