Top 50+ Solved Introduction to Web Programming MCQ Questions Answer
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. The way the browser displays the object can be modified by _____
a. attributes
b. parameters
c. modifiers
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 are style tags
Q. Which of the following is an attribute related to font tag?
a. size
b. face
c. color
d. all of above are style tags
Q. HTML supports
a. ordered lists
b. unordered lists
c. both type of lists
d. does not support those types