( Best 500+ ) HTML MCQ question and Answers

by Mr. DJ

HTML MCQ question and Answers

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


71. <TITLE> … </TITLE> tag must be within ________

a. Title
b. Form
c. Header
d. Body

Answer:-c

72. Text within <EM> … </EM> tag is displayed as ________

a. bold
b. italic
c. list
d. indented

Answer:-b

73. Text within <STRONG> … </STRONG> tag is displayed as ________

a. bold
b. italic
c. list
d. indented

Answer:-a

74. <UL> … </UL> tag is used to ________

a. display the numbered list
b. underline the text
c. display the bulleted list
d. bold the text

Answer:-c

75. Which tag is used to display the numbered list?

a. <OL></OL>
b. <DL></DL>
c. <UL></UL>
d. <LI></LI>

Answer:-a

76. Which tag is used to display the large font size?

a. <LARGE></LARGE>
b. <BIG></BIG>
c. < SIZE ></SIZE>
d. <FONT></FONT>

Answer:-b

77. <SCRIPT> … </SCRIPT> tag can be placed within ________

a. Header
b. Body
c. both A and B
d. none of the above

Answer:-c

78. using <P> tag will

a. start a new paragraph
b. break the line
c. end the current paragraph
d. none of the above

Answer:-a

79. <TD> … </TD> tag is used for ________

a. Table heading
b. Table Records
c. Table row
d. none of the above

Answer:-b

80. Which is true to change the text color to red?

a. <BODY BGCOLOR=RED>
b. <BODY TEXT=RED>
c. <BODY COLOR=RED>
d. none of the above

Answer:-b

You may also like

Leave a Comment