Top 80+ Solved Web Design and Online Business for Tourism MCQ Questions Answer
Q. HTML supports
a. ordered lists
b. unordered lists
c. both type of lists
d. does not support those types
Q. When should you use path along with file name of picture in IMG tag?
a. path is optional and not necessary
b. when the location of image file and html file are different
c. when image file and html file both are on same location
d. path is always necessary when inserting image
Q. Which of the following is not a valid alignment attribute?
a. Left
b. Right
c. Top
d. All of above
Q. Which attribute can be used with BODY tag to set background color green?
a. background=”green”
b. bgcolor=”green”
c. vlink=”green”
d. None of above
Q. Which attribute you’ll use with TD tag to merge two cells horizontally?
a. merge=colspan2
b. rowspan=2
c. colspan=2
d. merge=row2
Q. HTML stands for
a. Hyper Text Making Links
b. Hyper Text Markup Language
c. Higher Textual Marking of Links
d. Hyper Text Mixer of Links
Q. HTML is similar to a
a. word processing language
b. screen editor
c. scripting language
d. search engine
Q. HTML uses
a. pre-specified tags
b. user defined tags
c. tags only for linking d. fixed tags define
d. by the language
Q. HTML tags define
a. The data types of elements of document
b. Presentation of specified elements of a document
c. The contents of the document
d. The structure of the document
Q. The tags used for specifying fonts in HTML are a. <B> b. <I> c. <U> d. <L>
a. (i) and (ii)
b. (i) and (iii)
c. (ii) and (iv) d. (i),(ii) an
d. (iii)
Q. HTML document start and end with which tag pairs?
a. <HEAD>….</HEAD>
b. <BODY>….</BODY>
c. <HTML>….</HTML>
d. <WEB>….</WEB>