HTML MCQ question and Answers
91. What is the correct syntax in HTML for creating a link on a webpage?
a. <LINK SRC= “mcqsets.html”>
b. <BODY LINK = “mcqsets.html”>
c. <A SRC = “mcqsets.html” >
d. < A HREF = “mcqsets.html”>
Answer:-d
92. Which of the following is an attribute of <Table> tag?
a. SRC
b. LINK
c. CELLPADDING
d. BOLD
Answer:-c
93. Choose the correct HTML tag to make the text bold?
a. <B>
b. <BOLD>
c. <STRONG>
d. Both A) and C)
Answer:-d
94. Which HTML tag would be used to display power in expression (A+B)2 ?
a. <SUP>
b. <SUB>
c. <B>
d. <P>
Answer:-a
95. Choose the correct HTML code to create an email link?
a. <A HREF = “[email protected] “></A>
b. <A HREF = “mailto:[email protected]”></A>
c. <MAIL>[email protected] </MAIL>
d. MAILHREF = “[email protected] “>
Answer:-b
96. Choose the correct HTML tag for the largest heading?
a. <H1>
b. <H6>
c. <H10>
d. <HEAD>
Answer:-a
97. Output of XML document can be viewed ina
a. Word Processor
b. Web browser
c. Notepad
d. None of the above
Answer:-b
98. What is the correct way of describing XML data?
a. XML uses a DTD to describe data
b. XML uses a description node to describe data
c. XML uses XSL to describe the data
d. XML uses a validator to describe the data
Answer:-c
99. Comments in XML document is given by:
a. <?– _ _–>
b. <!_ _ _ _!>
c. <!_ _ _ _>
d. </_ _ _ _>
Answer:-c
100. Which statement is true?
a. An XML document can have one root element
b. An XML document can have one child element
c. XML elements have to be in lowercase
d. All of the above
Answer:-a