HTML MCQ question and Answers
51. Choose the correct HTML tag to make a text italic
a. <ii>
b. <italics>
c. <italic>
d. <i>
Answer:-d
Q. Can I download the MCQ banks in MCQSets.com?
a. Yes, do a search in mcqsets.com site
b. Yes, some files are offered to download free
c. mcqSets.com has download sections
d. The downloads are available as PDF files
Answer:-a
52. Choose the correct HTML tag to make a text bold?
a. <b>
b. <bold>
c. <bb>
d. <bld>
Answer:-b
53. What is the correct HTML for adding a background color?
a. <body color=”yellow”>
b. <body bgcolor=”yellow”>
c. <background>yellow</background>
d. <body background=”yellow”>
Answer:-b
54. Choose the correct HTML tag for the smallest size heading?
a. <heading>
b. <h6>
c. <h1>
d. <head>
Answer:-b
55. What is the correct HTML tag for inserting a line break?
a. <br>
b. <lb>
c. <break>
d. <newline>
Answer:-a
56. What doesvlink attribute mean?
a. visited link
b. virtual link
c. very good link
d. active link
Answer:-a
57. Which attribute is used to name an element uniquely?
a. class
b. d
c. dot
d. all of above
Answer:-b
58. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox>
Answer:-b
59. To create a combo box (drop down box) which tag will you use?
a. <select>
b. <list>
c. <input type=”dropdown”>
d. all of above
Answer:-a
60. Which of the following is not a pair tag?
a. <p>
b. < u >
c. <i>
d. <img>
Answer:-d