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