BRAIN DEVELOPER

SECTION 1: OBJECTIVE TYPE QUESTIONS-(SOLVED)

A Multiple Choice Questions:


1. Which tag is used to insert an image in a webpage?
  1. <SRC>
  2. <IM>
  3. <IMG>
  4. None of these
2. Which attribute of the <IMG> tag allows you to display a text instead of an image?
  1. Alt
  2. Image
  3. Alternate
  4. Border
3. You can use the __________ attribute to control the horizontal space around an image.
  1. Hspace
  2. Rspace
  3. Lspace
  4. None of these
4. We can present data in a row and column format by using the __________ tag.
  1. <TR><TC>
  2. <TABLE>
  3. <ROW><COL>
  4. None of these
5. The column heading is specified by using the __________ tag.
  1. <CH>
  2. <TR>
  3. <TH>
  4. <TD>
6. <TR> tag is used to create a __________ in a table.
  1. Row
  2. Column
  3. Caption
  4. All of these
7. __________ tag defines the cells or columns of a table which denotes table data.
  1. <TR>
  2. <TD>
  3. <TH>
  4. None of these
8. Which attribute is used to set the amount of space between the cell border and the cell data?
  1. Spacing
  2. Cellpadding
  3. Cellspacing
  4. Align
9. The default alignment of the contents of table cell is __________
  1. Center
  2. Right
  3. Top
  4. Left
10. Choose the correct HTML code to right-align the data inside a table cell.
  1. <TRright Align>
  2. <TD Align="Right">
  3. <TD VAlign="Right">
  4. <TR "Right">
11. Which is the correct code to merge four columns in a table?
  1. <TD COLSPAN=4>
  2. <TD COLUMN SPAN=4>
  3. <COLSPAN=4>
  4. <TD SPAN=4>
12. Which of the following is not the attribute of <A> tag?
  1. NAME
  2. TITLE
  3. HREF
  4. SRC
13. Combining two or more cells either column-wise or row-wise in a table is called __________
  1. Merging
  2. Spanning
  3. Combining
  4. None of these
14. The two common attributes of the <IMG> and the <TABLE> tags are __________
  1. SRC and HEIGHT
  2. HEIGHT and WIDTH
  3. BORDER and SRC
  4. They do not have any common attributes
15. Why is it important to specify width and height attribute in <IMG> tag?
  1. To ensure that the image is not copied
  2. The image will not render without these
  3. To stop the image from loading
  4. Helps the browser to load the webpage faster

Learning computers with K ips

page no:137
         
Home