Top 50+ Solved Introduction to Online Media MCQ Questions Answer
Q. Which tag creates a check box for a form in HTML?
a. <checkbox>
b. <input type=”checkbox”>
c. <input=checkbox>
d. <input checkbox>
Q. To create a combo box (drop down box) which tag will we use?
a. <select>
b. <list>
c. <input type=”dropdown”>
d. all of above
Q. To create HTML document we require a
a. web page editing software
b. high powered computer
c. just a notepad can be used
d. none of above
Q. The special formatting codes in HTML document used to present content are
a. tags
b. attributes
c. values
d. none of above
Q. HTML documents are saved in
a. special binary format
b. machine language codes
c. ascii text
d. none of above
Q. Some tags enclose the text. Those tags are known as
a. couple tags
b. single tags
c. double tags
d. pair tags
Q. In HTML document the tags
a. should be written in upper case
b. should be written in lower case
c. should be written in proper case
d. can be written in both uppercase or lowercase
Q. Marquee is a tag in HTML to
a. mark the list of items to maintain inqueue
b. mark the text so that it is hidden in browser
c. display text with scrolling effect
d. none of above
Q. To create a blank line in your web page
a. press enter two times
b. press shift + enter
c. insert <br> tag
d. insert <bline>
Q. 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