HTML MCQ question and Answers 101-200
111. Which HTML Tag will use to scroll a text in web page?
a. <marquee> … </marquee>
b. <scroll> … </scroll>
c. <round> … </round>
d. <go> … </go>
Answer:- a
112. Which organization defines the Web Standards?
a. Microsoft Corporation
b. IBM Corporation
c. World Wide Web Consortium
d. Apple Inc.
Answer:- c
113. How to set a picture as a background web page?
a. <body background= “bgimage.gif”>
b. <body background image= “bgimage.gif”>
c. <background= “bgimage.gif”>
d. <background image= “bgimage.gif”>
Answer:- a
114. Which of following HTML Tag will inserting a line break?
a. <p />
b. <lb />
c. <br />
d. <break />
Answer:- c
115. Which of the following tags are related to Table in HTML ?
a. <table> <row> <column>
b. <table> <tr> <td>
c. <table> <head> <body>
d. <table> <header> <footer>
Answer:- b
116. Which of the following is correct HTML for inserting an image?
a. <image source= “mcqsets.com/admin.jpg” alt= “This is me” />
b. <img src= “mcqsets.com/admin.jpg” alt= “This is me” />
c. <img source= “mcqsets.com/admin.jpg” alt= “This is me” />
d. <img alt= “This is me”>mcqsets.com/admin.jpg
Answer:- b
117. Choose the correct HTML tag to left-align the content of a cell.
a. <tdleft>
b. <td leftalign>
c. valign= “left”>
d. <td align= “left”>
Answer:- d
118. Which tag is used to lists the items with bullets?
a. <bullet>…</bullet>
b. <list>…</list>
c. <ul>…
d. <ol>…</ol>
Answer:- c
119. Is it possible to insert a table within another table?
a. Yes, but there must be exactly 2 rows and 2 columns in first table.
b. Yes, table can be inserted into cell of another table.
c. Yes, but there must be no border in second table.
d. No, it’s not possible.
Answer:- b
120. What is the usage of alt value in <img> tag?
a. Alternative text for an Image
b. Alternative source of an Image
c. Caption of an Image
d. All of above
Answer:- a