Top 350+ Solved Web Technology MCQ Questions Answer
Q. . Marquee is a tag in HTML to
a. mark the list of items to maintain in queue
b. Mark the text so that it is hidden in browser
c. Display text with scrolling effect
d. None of above
Q. Which of the following HTML code is valid?
a. <font colour=”red”>
b. <font color=”red”>
c. <red><font>
d. All of above
Q. Which of the following is an attribute related to font tag?
a. size
b. face
c. color
d. All of above
Q. Which attribute is used with img tag to display the text if image could not load in browser?
a. description
b. name
c. alt
d. id
Q. What is the full form of HTML?
a. Hyper text markup language
b. Hyphenation text markup language
c. Hyphenation test marking language
d. Hyper text marking language
Q. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>
Q. Text within <STRONG> … </STRONG> tag is displayed as ________
a. bold
b. italic
c. list
d. indented
Q. <UL> … </UL> tag is used to ________
a. display the numbered list
b. underline the text
c. display the bulleted list
d. bold the text
Q. Which tag is used to display the large font size?
a. <LARGE></LARGE>
b. <BIG></BIG>
c. < SIZE ></SIZE>
d. <FONT></FONT>
Q. <SCRIPT> … </SCRIPT> tag can be placed within ________
a. Header
b. Body
c. Both A and B
d. none of the above