HTML MCQ question and Answers
41. Awebpage displays a picture. What tag was used to display that picture?
a. picture
b.mage
c.img
d. src
Answer:-c
42. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
Answer:-a
43. Tags and test that are not directly displayed on the page are written in _____ section.
a. <html>
b. <head>
c. <title>
d. <body>
Answer:-b
44. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction=”horizontal”>
d. <tr>
Answer:-a
45. What should be the first tag in any HTML document?
a. <head>
b. <title>
c. <html>
d. <document>
Answer:-c
46. Which tag allows you to add a row in a table?
a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>
Answer:-d
47. How can you make a bulleted list?
a. <list>
b. <nl>
c. <ul>
d. <ol>
Answer:-c
48. How can you make a numbered list?
a. <dl>
b. <ol>
c. <list>
d. <ul>
Answer:-b
49. How can you make an e-mail link?
a. <a href=”xxx@yyy “>
b. <mail href=”xxx@yyy “>
c. <mail>xxx@yyy </mail>
d. <a href=”mailto:xxx@yyy “>
Answer:-d
50. What is the correct HTML for making a hyperlink?
a. <a href=”http://mcqsets.com”>MCQ Sets Quiz</a>
b. <a name=”http://mcqsets.com”>MCQ Sets Quiz</a>
c. <http://mcqsets.com</a>
d. url=”http://mcqsets.com”>MCQ Sets Quiz
Answer:-a