Top 50+ Solved Introduction to Web Programming MCQ Questions Answer
Q. When should we 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 is used with img tag to display the text if image could not load inbrowser?
a. description
b. name
c. alt
d. id
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 we’ll use with TD tag to merge two cells horizontally?
a. merge=colspan2
b. rowspan=2
c. colspan=2
d. merge=row2
Q. A webpage displays a picture. What tag was used to display that picture?
a. picture
b. mage
c. img
d. src
Q. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction=”horizontal”>
d. <tr>
Q. Which tag allows you to add a row in a table?
a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>