( Best 100+ ) HTML MCQ Question and answers 101-200

by Mr. DJ

HTML MCQ question and Answers 101-200

What HTML means?
HyperText Markup Language
HyperText Markup Language (HTML) is the set of markup symbols or codes inserted into a file intended for display on the Internet. The markup tells web browsers how to display a web page’s words and images.
HTML MCQ question and Answers

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

You may also like

Leave a Comment